ctsit / redcap_entity

Other
4 stars 8 forks source link

Admin searches of projects are only against permitted projects in redcap_entity #38

Closed pbchase closed 11 months ago

pbchase commented 11 months ago

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

The AJAX backend provided by redcap_entity does not support searched for projects other than those the current user has permissions to. manager/ajax/entity_project_list.php gets its data from getProjectList() which has no exception for admins.

I think entity_project_list.php and getProjectList() need a parameter to allow search against the complete list of projects.

pbchase commented 11 months ago

Addressed by PR #39