Skip to content

Releases: lsgs/redcap-hide-create-empty-project

1.2.3 Bug fix (v16+)

19 Feb 22:33

Choose a tag to compare

Fix bug in "Hide 'Add with custom rights'" option for v16+ where the "Add user to role" option is being hidden instead.

1.2.2 Bug handling

28 Jan 02:00

Choose a tag to compare

Allow $project_id argument to redcap_every_page_before_render() to be optional. In the docs it should be required, but there are situations where this hook function is called without passing null for $project_id.

1.2.1 Bug fix

14 Jan 04:14

Choose a tag to compare

Bug fix for array checking, earlier returns

1.2.0 New features, enhancements

09 Jan 02:24

Choose a tag to compare

  • New feature: option for hiding "Add user with custom rights"
  • New feature: repeating option for default role names - will auto-assign user to first matched
  • New feature: highlight in Control Center module manager and settings when module not enabled for all projects
  • Enhancements to documentation / readme
  • EM framework 16

1.1.2 Update to framework version 8 / REDCap v11.1.1

27 Jul 06:24

Choose a tag to compare

Update config.json

Update to framework version 8 / REDCap v11.1.1

1.1.1 Bug fix

27 Jul 06:20
77df97b

Choose a tag to compare

Resolve "Undefined constant" error when loading survey images

1.1.0 Move user to role on any page

25 Feb 00:50

Choose a tag to compare

Previously the moving of creator/requestor of project was only moved to the default role on the page that confirmed new project creation.
It now moves the creator/requestor to the default role on any page accessed provided:

  • The project is in Development status
  • A role exists in the project with the system-specified default name (e.g. "Project Owner")
  • The project has one user
  • That user is not currently in a role

1.0.3 Fix for REDCap v9+

10 Sep 22:41

Choose a tag to compare

Fix for REDCap v9+ which has a different value for the PAGE constant on the Create New Project page.

1.0.2 Bug fix

04 Jun 05:00

Choose a tag to compare

Fix for template radio buttons being disabled under some circumstances in some browsers.

1.0.1 Bug fix

12 Nov 03:25

Choose a tag to compare

Update to work with jQuery 3 (REDCap 8.7.0+)