roadmap
roadmap copied to clipboard
DCC/UC3 collaboration for a data management planning tool
When publishing guidance, users seem to get confused and publish the group or the individual piece of guidance, not both. However both need to be displayed to show on the...
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...
Please complete the following fields as applicable: **What version of the DMPRoadmap code are you running? (e.g. v2.2.0)** - `v4.2.0` **Expected behaviour:** - `app/views/org_admin/templates/_form.html.erb` includes the following: ```ruby ``` -...
Bumps [rexml](https://github.com/ruby/rexml) from 3.2.6 to 3.2.8. Release notes Sourced from rexml's releases. REXML 3.2.8 - 2024-05-16 Fixes Suppressed a warning REXML 3.2.7 - 2024-05-16 Improvements Improve parse performance by using...
Fixes #3414 - #3414 Changes proposed in this PR: - `render_respond_to_format_with_error_message` is called both when rescuing from Pundit::NotAuthorizedError and ActiveRecord::RecordNotFound. The method works properly with .html format, but prior to...
Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.16.3 to 1.16.5. Release notes Sourced from nokogiri's releases. v1.16.5 / 2024-05-13 Security [CRuby] Vendored libxml2 is updated to address CVE-2024-34459. See GHSA-r95h-9x8f-r3f7 for more information. Dependencies...
Changes proposed in this PR: - This PR overrides the value of `Rails.configuration.x.ror.active` to true for the duration of the `spec/services/external_apis/ror_service_spec.rb` tests. - Prior to this commit, when setting `Rails.configuration.x.ror.active...
Fixes https://github.com/DMPRoadmap/roadmap/issues/3355 - https://github.com/DMPRoadmap/roadmap/issues/3355
Fixes #3419 Changes proposed in this PR: - app/views/org_admin/templates/_show.html.erb - Prior to this commit, `if template.visibility == 'organisationally_visible'`, would always evaluate to false. This is because `template.visibility` returns an integer...
Changes proposed in this PR: - This PR seeks to fix the PostgreSQL and MySQL2 GitHub actions for PR #3426 - The copying of credentials via the `config/credentials.yml.mysql2` `config/credentials.yml.postgresql` had...