Closed pbchase closed 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.
manager/ajax/entity_project_list.php
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
Addressed by https://github.com/ctsit/redcap_entity/pull/39
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