Details
-
Bug
-
Status: Closed
-
Should
-
Resolution: Fixed
-
OpenMRS 1.9.1
-
None
-
Low
Description
In the EncounterService, we incorrectly have the Manage Encounter Roles privilege on methods that should have View Encounter Roles privileges instead:
@Authorized( { PrivilegeConstants.MANAGE_ENCOUNTER_ROLES }) public List<EncounterRole> getAllEncounterRoles(boolean includeRetired); @Authorized( { PrivilegeConstants.MANAGE_ENCOUNTER_ROLES }) public EncounterRole getEncounterRoleByUuid(String uuid) throws APIException;