Releases: lsgs/redcap-instance-table
1.13.1 Bug fixes
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
- Implementation of
IF()when checking for action tags checking on page load - Field prefilling:
-- Use@SETVALUErather than@DEFAULT
-- Clarification for usage in readme - Bug/issue fixes
1.12.4 v15.7.0+ compatibility, minor changes and bug fixes
- 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
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
Fix for @INSTANCETABLE-HIDEFORMINMENU tag: #71
1.12.1 Bug fix
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
New features and bug fixes:
- New tag
@INSTANCETABLE-SORTCOLto specify default sorting column and direction - New tag
@INSTANCETABLE-PREFILLfor 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
Various updates:
- New action tag
@INSTANCETABLE-HIDEFORMINMENUfor 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
- New tag
@INSTANCETABLE_HIDEFORMSTATUSto 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()
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