Recent Releases of redcap-em-report-filters

redcap-em-report-filters - v1.0.7

What's Changed

  • Bug: Follow User Rights for Export by @JoshuaFortriede in https://github.com/cchmc/redcap-em-report-filters/pull/17
  • Fix/parenthesis on filter by @JoshuaFortriede in https://github.com/cchmc/redcap-em-report-filters/pull/18
  • Release: 1.0.7 by @JoshuaFortriede in https://github.com/cchmc/redcap-em-report-filters/pull/19

Full Changelog: https://github.com/cchmc/redcap-em-report-filters/compare/v1.0.6...v1.0.7

- JavaScript
Published by JoshuaFortriede over 1 year ago

redcap-em-report-filters - V1.0.6

1.0.6 (2024-09-04)

Bug Fixes

  • Escaping text to avoid REDCap Security Scan errors
  • Refactor Citation HTML to be AJAX loaded
  • Fix issue with report_id not being submitted to the export script

- JavaScript
Published by JoshuaFortriede over 1 year ago

redcap-em-report-filters - V1.0.5

1.0.5 (2024-09-04)

Features

  • Honor REDCap user permissions. The export will now honor REDCap user permissions just like the normal export. If a user does not export rights to fields included in the report, those fields will be excluded from the export.
  • Include all citations: The export window will now display all citations that should be cited based on project settings/usage.

Bug Fixes

  • Comma separated values in the report will now be properly escaped. This will prevent the export from breaking when a comma is included in a field value.
  • Escape value in searching. The searching uses a regular expression to find the value in the report. This regular expression was not properly escaping special characters. This has been fixed.
  • Erroneous removal of ending parenthesis in the report. The report was removing the ending parenthesis from values when it shouldn't have been. This has been fixed.

- JavaScript
Published by JoshuaFortriede over 1 year ago

redcap-em-report-filters - v1.0.4

This release:

  • Fixes an issue when also using the Report Tweaks external module.
  • Fixes as issue when Custom Record Label is used, and the report is downloaded. The %nbsp; character was being converted to Â. This has been fixed to be a regular space.

- JavaScript
Published by JoshuaFortriede over 1 year ago

redcap-em-report-filters - v1.0.2

Minor visual update

- JavaScript
Published by JoshuaFortriede over 1 year ago

redcap-em-report-filters - V1.0.1

- JavaScript
Published by JoshuaFortriede over 1 year ago

redcap-em-report-filters - v1.0.0

Initial release of external module

- JavaScript
Published by JoshuaFortriede over 1 year ago