Releases: kuali/research-coi
Releases · kuali/research-coi
coi-1602
- Fixed bug on the pi-revise screen which prevented adding a new relation to an existing entity while reviewing.
- Added ability to retrieve all management plan uploads as a zip file from an archived disclosure.
- Added ability to expand/collapse instructions by step.
- Added ability to add additional reviewers to disclosures that have been submitted for approval.
- Added reviewer role that can view and make comments on disclosures submitted for approval where they have been added as an
additional reviewer. - Added the approval date of annual disclosures in the admin detail view.
- Added ability to skip to the certification step if all screening questions are answered 'No' and there
are no financial entities on an Annual Disclosure. - Disclosures that have passed their expiration date are automatically set to an "Expired" status.
- Added ability to edit comments that have not yet been sent back to the reporter.
- Added ability to configure which projects, roles, and statuses require disclosure.
coi-1601
- Now tracks the user id, user name, and time of change when a config modification is made. DB MIGRATION REQUIRED!
- Instruction box now spans full width of the pane.
- Can now configure whether instructions show by default. (Turned on initially)
- Improved printing of archived disclosures.
- Fixed bug which prevented two new relations to simultaneusly added to different entities.
- Fixed validation of new entity relationships. Previously it was possible to
submit an entity without a comment. - Changed wording of "Clear Filter" button on the admin list view filter by
status to 'Reset Filter' - Added ability to view management plans on archived disclosures
- Fixed Travel Log view by filter to display correctly when 'Not Yet Disclosed'
is selected. - Added ability for admins to add attachments to a disclosure being reviewed.
- Added ability to auto approve disclosures with out financial entities. Can turn on/off
in the configuration (Turned off initially).
coi-1512
- Fixed an issue when running the mock auth client that used the incorrect host
in some situations. Fixed by no longer including protocol of host on the
redirect url. View Commit - Progress through a disclosure is now tracked.
If a user gets halfway through and stops, when they return
they will be brought back to where they were. The data has always been
saved. This will simply return them to that place in the process. View Commit - Fixed bug which prevented adding new relationships to existing entities View Commit
- Fixed bugs with the next step button not enabling/disabling at the correct times View Commit
- Now shows the revised date (and labels it as such) on the admin list view for
revised disclosures. Un-revised disclosures still show the submitted date. View Commit - Improved accuracy of the admin status filter View Commit
- Fixed cancel button on the pi-revise/review screen View Commit
coi-1511
- Updated documentation
- Added an AUTH_OVER_SSL environment variable which can be set to false if running on the same server
- Load test framework for REST endpoints
- Added menus for admins to navigate to parts of the app without changing the URL
- Added a button for PIs to click when there are no entities
- General styling improvements
- Remove cancel from the certify screen
- React 0.14.2
- HTML 5 History for routing instead of hash based routing
coi-1510
Merge pull request #248 from jwillia/RESCOI_123_6 RESCOI-123: add edit functionality to travel log, fixed issues with d…