ctsit / project_ownership

A REDCap module to aid in the collection and management of project ownership details.
Other
2 stars 7 forks source link

Admin searches of projects are only against permitted projects in project_ownership #65

Closed pbchase closed 11 months ago

pbchase commented 11 months ago

Admin searches of projects are only against projects where the admin has rights.

Searching by project on ownership_list as admin and even admin_ownership_list are limited to by the admin's permissions. Each search uses a call to redcap_entity's manager/ajax/entity_project_list.php which gets its data from getProjectList() which has no exception for admins.

Admins should be able to search all non-deleted modules on the projects table.

I have added the corresponding issue Admin searches of projects are only against permitted projects in redcap_entity #38

pbchase commented 11 months ago

Addressed by https://github.com/ctsit/redcap_entity/pull/39