Skip to content

Releases: lsgs/redcap-instance-select

2.0.3 Bug fix

Choose a tag to compare

@lsgs lsgs released this 31 Aug 06:05
  • Fix trimming of instance labels as option labels
  • Early exit for invalid form names

2.0.2 Bug fix for survey view

Choose a tag to compare

@lsgs lsgs released this 01 May 02:05

Release 2.0.0 broke the instance select dropdown rendering on survey forms. This fixes it.

2.0.1 Bug fix

Choose a tag to compare

@lsgs lsgs released this 25 Apr 04:22

PHP 8.2 compatibility fix: issue #4.

2.0.0 Refactoring to support default values and auto-complete

Choose a tag to compare

@lsgs lsgs released this 19 Apr 10:08

Major refactor

  • Convert text fields to select lists server-side instead of client-side so @DEFAULT and @SETVALUE can work
  • Switch to use . as value separator instead of :, which is not a valid character in choice values
  • New action tag @INSTANCESELECT-AUTOCOMPLETE to enable auto-complete option
  • EM framework v16

Note that the switch from : to . as a separator for select lists of records from multiple arms or of form instances across multiple events is backward-compatible. The module will automatically update colon-separated values of tagged fields to be period-separated values across all records when you view any form containing a tagged field.

1.1.1 Action tag dialog content

Choose a tag to compare

@lsgs lsgs released this 31 Oct 00:38

Update to EM framework version 14 and utilise built-in action tag dialog content mechanism.
Security fixes

1.1.0 Support use alongside Instance Table external module

Choose a tag to compare

@lsgs lsgs released this 21 Jan 23:57

Add support for use in conjunction with the Instance Table external module:

  • Enable auto-selection of linked instance of another repeating instrument.
  • Include "DELETED" or "NEW" in custom instance label where applicable.

1.0.1 Bug fix

Choose a tag to compare

@lsgs lsgs released this 26 Aug 05:39

Strip html tags from instance labels

1.0.0 Initial release to REDCap Repo

Choose a tag to compare

@lsgs lsgs released this 18 Feb 06:05
9c6ec6a

1.0.0 Initial release to REDCap Repo