Skip to content

Releases: lsgs/redcap-instance-table

1.12.3 Allow Pre-Fill Setting

18 Jul 03:03
Compare
Choose a tag to compare

Make field prefilling in data entry mode opt in via project-level setting "Allow pre-filling of fields via URL parameters in data entry mode (as for surveys)".
Bug fix for reading certain piped values for prefilling.
Bug fix for handling data entry page load with invalid page parameter.

1.12.2 Bug fix

04 Jul 04:25
Compare
Choose a tag to compare

Fix for @INSTANCETABLE-HIDEFORMINMENU tag: #71

1.12.1 Bug fix

10 Jun 04:01
Compare
Choose a tag to compare

Bug fix for filter logic handling when instance table of current form. Change in v1.11.0 where references in filter data on current form does not work - is not required - when instance table is of the same form the user is viewing.

1.12.0 Specify default sort column, field pre-filling, bug fixes

26 May 07:30
Compare
Choose a tag to compare

New features and bug fixes:

  • New tag @INSTANCETABLE-SORTCOL to specify default sorting column and direction
  • New tag @INSTANCETABLE-PREFILL for piping data through as default values on new instances
  • Add new instance button disabled for new records until saved
  • Fixes for @INSTANCETABLE-PAGESIZE

1.11.0 New tag, tag pattern change, logic filter change, doc updates

24 Apr 02:09
Compare
Choose a tag to compare

Various updates:

  • New action tag @INSTANCETABLE-HIDEFORMINMENU for hiding repeating form in LH menu
  • Preference - to _ in action tag names (but maintain backward compatibility for _)
  • Enhancement to filter logic to interpolate data from current instance of repeating form/event into filter logic expression, to enable current context to affect instances displayed
  • Documentation updates, including of how to replicate "Add" and "Edit" functions for instance tables in survey forms

1.10.0 Tag for hiding form status

04 Dec 05:37
Compare
Choose a tag to compare
  • New tag @INSTANCETABLE_HIDEFORMSTATUS to supress form status column in data entry view
  • Show instance number link in outline button
  • Bug fix for hide choice values
  • EM framework v15

1.9.0 Bug fixes, convert to JSMO.ajax()

25 Aug 09:39
Compare
Choose a tag to compare

Convert from separate page as ajax endpoint to the (newer, now preferred) mechanism for module ajax calls, the JSMO.ajax() function and redcap_module_ajax() method. With thanks to @grezniczek.

Bug fixes for popup save button behaviour:

  • "Save & Stay" then "Save & Exit" would have popup window redirect to Record Home instead of closing.
  • "Save & Stay" not persisted in UIState

1.8.0 Date sorting, bug fixes

25 Jun 01:32
Compare
Choose a tag to compare
  • Display dates using date format as specified for field while preserving ymd sorting
  • Auto-select page size and hide change list when specifying page size
  • Corrections to documentation in readme.md

1.7.0 New features

19 Feb 03:47
Compare
Choose a tag to compare
  • @INSTANCETABLE_ADDBTNLABEL='lbl' Action tag for alternative "Add" button label
  • @INSTANCETABLE_HIDECHOICEVALUES Action tag for suppressing display of choice field values

1.6.1 Fix survey file download

14 Nov 08:42
Compare
Choose a tag to compare

Fix for file download button for file upload fields in instance tables in survey view.