Releases: lsgs/redcap-instance-select
Releases · lsgs/redcap-instance-select
Release list
2.0.3 Bug fix
2.0.2 Bug fix for survey view
Release 2.0.0 broke the instance select dropdown rendering on survey forms. This fixes it.
2.0.1 Bug fix
2.0.0 Refactoring to support default values and auto-complete
Major refactor
- Convert text fields to select lists server-side instead of client-side so
@DEFAULTand@SETVALUEcan work - Switch to use
.as value separator instead of:, which is not a valid character in choice values - New action tag
@INSTANCESELECT-AUTOCOMPLETEto 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
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
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
1.0.0 Initial release to REDCap Repo
1.0.0 Initial release to REDCap Repo