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...