Skip to content

Releases: BCCHR-IT/data-entry-trigger-builder

DET Builder v2.1.6

10 Feb 22:58
c6a5fdd

Choose a tag to compare

Bug Fix:

fix: addFieldToRow function should not add _complete field
fix: Correction of result logging from call to evaluateLogic

DET Builder v2.1.5

02 Jan 21:01
8c95708

Choose a tag to compare

Bug Fix:

  • fix: Ensure destination project record ID is included in the save payload when linking by non–record ID fields, when a distinct record ID field exists.

DET Builder v2.1.4

25 Nov 19:14
823abcd

Choose a tag to compare

Bug Fixes:

  • fix transfer of whole instruments and checkboxes
  • fix event mapping

Changelog:

  • support transfer of classic to classic / classic to longitudinal / longitudinal to longitudinal

Taint Analysis

23 Jul 23:45

Choose a tag to compare

Switching to Parameterized Queries

11 May 23:32

Choose a tag to compare

Changes

  • Changed all SQL queries to be parameterized, as dictated by REDCap documentation for external modules.
  • Updated PHPWord to v0.18.1.

Hotfix

04 Mar 00:37

Choose a tag to compare

Bug Fixes:

  • Fixed a bug where a LogicException would be thrown when using a non-record id to link records, because the value used in the filter logic didn't have quotes surrounding it.

Bug Fixes and Maintenance

25 Feb 22:40

Choose a tag to compare

Bug Fixes:

  • Fixed bug where, if the project was classical and the linking ID was different than the participant id, there would be a logic error when checking for an existing record in the destination project.

Changelog:

  • Added return condition and logging for when the linking field is different from the participant id, and it isn't filled.
  • Made changes to code to use REDCap::evaluateLogic() function when evaluating triggers. Changes have also been made to the UI and logic validation in accordance with this. Users have to revert back to REDCap's way of querying checkboxes in branching logic.

Release Notes & Data Access Groups Features

10 Dec 20:17
34a6272

Choose a tag to compare

New Features:

  • Module can now generate release notes that summarizes the DET built. This function is only for existing DETs.
  • Users can now import data access groups (DAGs) between projects. The caveat is that DAGs have to be identical between projects.
  • Trigger inputs have been changed to textarea that can be expanded for readability.

Bug Fixes:

  • Checkbox fields were previously not being accepted in "(field name)___(option code)" format, when it was expected. Module does now, and will return an error message pertaining to the correct format.

Initial Release

27 May 20:03
18768b8

Choose a tag to compare

1.0

Changed image urls in README.md