Releases: CDLUC3/dmptool
Releases · CDLUC3/dmptool
v5.12
v5.19
v5.14
v5.17-rc3
v5.11
Fixes for issues found when testing the new React pages for the pilot project #554
- Removed the addition of the entered input value from the item list in "lookup-field.js"
- Updated "typeaheads_controller.rb" to prevent the addition of the entered search value if it matches one in list.
- Updated "typeaheads_controller.rb" to sort the resulting list
- Updated "contributors.js" to address issue with error message not displaying when a user clicks "Save & Continue" without having a contributor who is a "primary contact"
- Updated "projectsearch.js" to prevent the addition of an empty contributor with role "other" when adding a project.
- Added asterisk to the URL field on the repository selector on the research outputs page
- Fixed an issue with the Typeahead fields
v5.11rc3
v5.11rc1
- Removed the addition of the entered input value from the item list in "lookup-field.js"
- Updated "typeaheads_controller.rb" to prevent the addition of the entered search value if it matches one in list.
- Updated "typeaheads_controller.rb" to sort the resulting list
- Updated "contributors.js" to address issue with error message not displaying when a user clicks "Save & Continue" without having a contributor who is a "primary contact"
- Updated "projectsearch.js" to prevent the addition of an empty contributor with role "other" when adding a project.
v5.10
- Fix bug in deploy.rb
- Fixes issue where the PDF narrative URL was not being passed to the React UI Issue #537
- Changes to some of the language on the Finalize tab for Issue #539
- Fixed bad URL for the 'Project Details' link on the Finalize tab for Issue #538
- Fixed an issue that was causing the public pages search box to return a 403 error when the search included non-alphanumeric characters. Added some JS to the search text field that restricts which characters can be entered. Also updated the SQL in the search to ensure that we are ignoring any non-alphanumeric characters in the DB records. Part of Issue #541
- Fixed issue with the Faceting logic on the public plans page Part of Issue #541
- Updated the header on the Uploads page, and added a new paragraph below the page header as part of issue #537
- Added new columns to the Projects table called DMP PDF and DMP ID. The DMP PDF column displays a PDF icon, and when clicked, takes the user to the PDF in a new tab. The DMP ID column displays the dmpId, and they link to the associated DMP landing page as part of issue #537
- Fix typos for #550, #551
- Fix issue with PDF download URL on Uploads dashboard #549
- Fix search box on Public Plans page to prevent non alphanumeric characters from being pasted into the field #541
- Update WickedPDF initializer to be compliant with the current gem's configuration settings
- Prepared for support for AWS Linux 2023 by adding necessary gems to the Gemfile, but left commented out until we upgrade