Skip to content

Releases: lsgs/redcap-dag-switcher

1.4.0 Override Built-In DAG Switcher (Not released to REDCap Repo)

10 Jul 21:44
Compare
Choose a tag to compare

This version is not intended for release to the REDCap Repo. It is a temporary measure that overrides the built-in DAG Switcher from REDCap v9.8.0 because that version does not handle >10k users x dags.
https://community.projectredcap.org/questions/86782/dag-switcher-v1002-dag-switcher-em-was-not-automat.html

1.3.0 New features and bug fixes

05 Apr 05:40
Compare
Choose a tag to compare

New features and bug fixes:

  • Enable search
  • Paging instead of scrollY, rows per page setting in module config
  • Max width for left dag/user name column to better handle long dag/user names
  • Increase table width
  • Remove old check for config settings in redcap_log_event_table rather than in module settings

1.2.4 Minor improvement

14 Oct 00:19
Compare
Choose a tag to compare

Use fixedColumns: { leftColumns: 1 } so can see DAG/user name when scrolling horizontally.

1.2.3 Minor improvement

12 Aug 03:28
Compare
Choose a tag to compare

Fix for sorting of DAG names in user switch dropdown and user rights page popovers.

1.2.2 Bug fix

29 Jun 04:26
Compare
Choose a tag to compare

Fix case-insensitive sorting of dag and user names which can lead to tick boxes in user/dag config table appearing in the wrong column.

1.2.1 Minor improvements

15 Mar 02:23
Compare
Choose a tag to compare

Change so user-dag mappings stored in module project setting instead of redcap_log_event table so can get copied when copying a project. Remove default values from config.json as deprecated (instead set defaults when enabling module).

1.1.3 Bug fix

05 Mar 20:21
Compare
Choose a tag to compare

Fixes for User Rights page popovers showing the DAGs each user may switch to. Quotes etc. are now html encoded using htmlentities before being written into page JS.

1.1.2 Bug fix

12 Nov 03:49
Compare
Choose a tag to compare

Update to work with jQuery 3 (REDCap 8.7.0+)

1.1.1 Bug fix

04 Oct 02:54
Compare
Choose a tag to compare

Fix to prevent exception when using SendIt for project files e.g. export results

1.1.0 API

04 Sep 05:01
Compare
Choose a tag to compare

New functionality for release 1.1.0:

  • Enable DAG switch via API
  • Diisable DAG-user mapping config for superusers (it is not applicable because superusers always see all records)

Bug fix:

  • JSON encode quotes in DAG names when writing to var in User Rights page