roadmap
roadmap copied to clipboard
DCC/UC3 collaboration for a data management planning tool
## Problem There are several codebases forked off of DMPRoadmap and we would like to ease the process of merging DMPRoadmap releases into them. One way to achieve this is...
Fixes #3493 Changes proposed in this PR: - Moved the code for copying Bootstrap glyphicons and TinyMCE skins from the initializer to a custom Rake task. - Created a new...
### Problem When adding new question options using the "Add option" button in the question options form, the numbering is strange. Instead of using sequential numbers (1, 2, 3...), the...
Please complete the following fields as applicable: **What version of the DMPRoadmap code are you running? (e.g. v2.2.0)** - `v4.2.0` **Encountered behaviour:** - When executing commands like `rails c` or...
Fixes # . Changes proposed in this PR: -
## Problem Description - Several of the integration tests are suddenly failing. There is an existing GitHub issue for the `capybara` gem that may reveal a fix https://github.com/teamcapybara/capybara/issues/2800 ## Observed...
Fixes the "Create paginable/research_outputs_controller.rb TODO" in https://github.com/DMPRoadmap/roadmap/issues/3464 Changes proposed in this PR: - Add `scope :search` to `ResearchOutput` model: 8ecced57b5dda5e5b9341b14adf847ae3acaf870 - Search query is performed by `research_outputs.title` (case-insensitive) - Create...
Fixes https://github.com/portagenetwork/roadmap/issues/941 (the same issue exists within DMP Roadmap) Changes proposed in this PR: - Prior to this commit, the following error was encountered when applying the search filter within...
PLEASE NOTE: - Unless https://github.com/DMPRoadmap/roadmap/pull/3474 has already been merged, a `PG::AmbiguousColumn: ERROR:` will be encountered when attempting to execute any searches on the pages `/org_admin/templates`, `org_admin/templates/organisational`, or `org_admin/templates/customisable`. That PR's...
Fixes # . Changes proposed in this PR: - Updated the `index` action within `Paginable UsersController` to include `filter_admin` in the `query_params` for `paginable_renderise`. - This addresses the issue where...