Skip to content

Releases: lsgs/redcap-instance-table

1.13.5 Bug fix

Choose a tag to compare

@lsgs lsgs released this 09 Jul 05:29
6b0610c

Bug fixes:

  • Fix for issues with popup closure esp. when form display logic utilised in project. (With thanks to @grezniczek for PR #88)
  • Fix for @INSTANCETABLE-HIDEFORMINMENU tag hiding repeating form in left-hand menu
  • Fix for issue #87 generating new instance number
  • Implementation of request #85 suppress {embedvar} in choice labels

1.13.4 Bug fix

Choose a tag to compare

@lsgs lsgs released this 08 Apr 03:56

Bug fix for locking instances - update query string so correct instance number is selected to lock.
This fix also seems to help with a seemingly random loss of context in instance popup.

1.13.3 Bug fix

Choose a tag to compare

@lsgs lsgs released this 01 Mar 23:11

Tweak record home page closure process to improve reliability

1.13.2 Minor improvements, bug fixes

Choose a tag to compare

@lsgs lsgs released this 09 Jan 02:41

Minor improvements, bug fixes:

  • Enable piping in table header labels
  • Add spans with class to table headers to facilitate additional css targeting
  • Maintain popup functionality when editing survey response instance in popup window

1.13.1 Bug fixes

Choose a tag to compare

@lsgs lsgs released this 08 Dec 06:27

config.json

  • typos in description
  • add missing definition for action tag @INSTANCETABLE-SCROLLX

class

  • fix for @INSTANCETABLE-PREFILL
  • fix for dialog closing before save complete (revert to old save mechanism rather than JS timeout)
  • popup view code tidy up
  • various ui display fixes

1.13.0 @IF() checking for tags

Choose a tag to compare

@lsgs lsgs released this 29 Sep 01:25
  • Implementation of IF() when checking for action tags checking on page load
  • Field prefilling:
    -- Use @SETVALUE rather than @DEFAULT
    -- Clarification for usage in readme
  • Bug/issue fixes

1.12.4 v15.7.0+ compatibility, minor changes and bug fixes

Choose a tag to compare

@lsgs lsgs released this 05 Sep 05:36
  • Compatibility with REDCap v15.7.0 and new mechanism for determining user's form level permissions
  • Improve replacement of repeating form values in logic
  • Fix for unreliable instance window behaviour
  • Cosmetic changes to instance popup window
  • Correction of minor typo in readme

1.12.3 Allow Pre-Fill Setting

Choose a tag to compare

@lsgs lsgs released this 18 Jul 03:03

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

Choose a tag to compare

@lsgs lsgs released this 04 Jul 04:25

Fix for @INSTANCETABLE-HIDEFORMINMENU tag: #71

1.12.1 Bug fix

Choose a tag to compare

@lsgs lsgs released this 10 Jun 04:01

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.