Actions
bug #7585
closedRegistrationCuratorRoleProbe does not only check the ROLE_CURATION
Status:
Closed
Priority:
Highest
Assignee:
Category:
cdm-vaadin
Target version:
Start date:
Due date:
% Done:
100%
Estimated time:
Severity:
normal
Found in Version:
Description
the check done in this class seems wrong:
return a.equals(RolesAndPermissions.ROLE_CURATION)
// doing faster regex check here instreas of using CdmAuthoritiy.fromString()
|| a.getAuthority().matches("^Registration\\.\\[.*UPDATE");
Can it be replaced by the new eu.etaxonomy.cdm.api.utility.RoleProber
?
Updated by Andreas Kohlbecker over 4 years ago
- Target version changed from Release 5.2 to Release 5.3
Updated by Andreas Kohlbecker over 4 years ago
- Status changed from New to Resolved
- % Done changed from 0 to 50
Applied in changeset cdm-vaadin|e080f6ded006655d94a94b876eb9c1fb2143d60f.
Updated by Andreas Kohlbecker over 4 years ago
- Status changed from Resolved to Closed
Actions