Releases: BCCHR-IT/data-dictionary-revisions
Releases · BCCHR-IT/data-dictionary-revisions
Export Changed to CSV File
New Features:
Changed the export to a CSV file that has two additional columns:
- changed_fields (which contains a short list of all changes made in a field)
- change_details (which stores the old values for the field, while new values are contained in the associated column)
These columns may be hard to see when using Excel. If so, wrap your text. If the user wants to keep the old export file format, then they should use the previous release.
This release also removes all composer dependencies, as they were used solely for the table export, and are no longer needed.
PHP 7.0 Compatability, and Project Revision History Fix
New Features:
- Is now compatible with PHP 7.0, and the download link for the Table of Changes will hide itself if the PHP version is < 7.1. This is because BCCHR has multiple instances of REDCap with different PHP versions, the lowest of which is 7.0.
Bug Fixes:
- Fixed error with Project Revision History, where table entries for approver and requester information were off by one.
New Features - Export Table of Changes
New Features
- Made Table of Revisions collapsible
- Added ability to export the details, and table of changes as an Excel file.
Initial Release
Initial Release