don-stuckey
don-stuckey
In the `_typography.scss` file, simply removing the `asset-path()` wrapper function then resulted in the asset path of the GillSans-Light.ttf file getting resolved on running `rails assets:precompile`, i.e.: ``` @font-face {...
Hi @StCyr Do you know what version of roadmap you are using where you encountered this bug? Or if you are not sure of the version, do you know roughly...
Hi @nicolasfranck, Thank you for bringing this issue to our attention. I have created a PR with a fix for this issue (https://github.com/DMPRoadmap/roadmap/pull/3339), and the PR is being reviewed. Don
Some fields may be straightforward to make visible and sortable, and so those can be added in due course. Other fields will not be straightforward to add, and so they...
For the research-output-doi-search feature, these are the comprising files: ``` 1. roadmap/app/controllers/open_aire_service_controller.rb 2. roadmap/app/views/research_outputs - roadmap/app/views/research_outputs/_form.html.erb 3. roadmap/config/initializers/external_apis/open_aire.rb 4. roadmap/app/javascript/src/researchOutputs/form.js 5. roadmap/db/migrate/20240126163845_add_doi_url_to_research_outputs.rb 6. roadmap/app/controllers/research_outputs_controller.rb 7. roadmap/app/policies/research_output_policy.rb 8. roadmap/app/presenters/research_output_presenter.rb 9. roadmap/app/views/shared/export/_plan_outputs.erb...
For the question-identifiers feature, these are the compriding files: ``` 1. app/controllers/org_admin/question_identifiers_controller.rb 2. app/controllers/org_admin/questions_controller.rb 3. app/controllers/orgs_controller.rb 4. app/models/org.rb 5. app/models/question.rb 6. app/models/question_identifier.rb 7. app/models/template.rb 8. app/models/question_option.rb 9. app/policies/question_identifier_policy.rb 10. app/helpers/question_identifiers_helper.rb...
I have added the RO-DOI feature to the branch issue/3552. I have also tested this feature in the branch (using the doi "10.5281/zenodo.7635478") and it is working to spec.
I have added the question-identifier feature to the branch issue/3552. The feature is generally working to spec, but I have encountered the following issues: 1. When, as an org-admin, I...
We have done a first iteration of the new create-plan page in issue branch `issues/3534`, and these screenshots show the iteration: