John Pinto
John Pinto
In **app/models/guidance_group.rb** we have the method def self.create_org_default(org) GuidanceGroup.create!( name: org.abbreviation? ? org.abbreviation : org.name, org: org, optional_subset: false ) end In **app/controllers/guidances_controller.rb** the above method is called by method...
Currently Searches of users using search "firstname__surname" will only get valid matches if the __ is a single empty space. Change: The search term string is squished to remove extra...
Changes: - To deal with missing favicon.ico error ( ActionController::RoutingError: No route matches [GET] "/favicon.ico") : added config/routes_test.rb to add a route will return an empty response with a 200...
The Plan Download exports fail to to list questions (unless unanswered box ticked). Also only ticking unanswered box fails to display questions. **What version of the DMPRoadmap code are you...
In the case of a conditional question with answers that removed questions, any answers of removed questions was not removed. Nor were the removed answers deleted in the database. **Changes:**...
Fix to exclude downloads of public plans with no user id associated with download, as most of these downloads are associated with robots. **Change:** - We exclude the count of...
…eing copied. Change in class method Plan.deep_copy: - Firstly, on duplicating the Plan we set the plan identifier to nil and save. - Then we fill the identifier variable with...
Organisation Plans and the related CSV Download". **Changes:** - where(Role.creator_condition) condition added to Plans retrieved in the Org model's org_admin_plans method. This ensures that Plans returned are only active plans....
Redesigned plan-creation page to enforce template access rules and simplify UI [#3534](https://github.com/DMPRoadmap/roadmap/issues/3534) Co-authored-by: don-stuckey [email protected] This feature was contributed to DMPonline by @don-stuckey. Changes: - Complete re-write of 'Create a...
Ethical_Issues fragment in plans project details page. Co-authored-by: don-stuckey This feature was contributed to DMPonline by @don-stuckey. **Changes:** - These changes only kick in if enable_ethical_issues is enable in the...