Releases: lsgs/redcap-hide-create-empty-project
1.2.3 Bug fix (v16+)
1.2.2 Bug handling
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
Bug fix for array checking, earlier returns
1.2.0 New features, enhancements
- 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
Update config.json Update to framework version 8 / REDCap v11.1.1
1.1.1 Bug fix
Resolve "Undefined constant" error when loading survey images
1.1.0 Move user to role on any page
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+
Fix for REDCap v9+ which has a different value for the PAGE constant on the Create New Project page.
1.0.2 Bug fix
Fix for template radio buttons being disabled under some circumstances in some browsers.
1.0.1 Bug fix
Update to work with jQuery 3 (REDCap 8.7.0+)