bug #7585
RegistrationCuratorRoleProbe does not only check the ROLE_CURATION
Status:
Closed
Priority:
Highest
Assignee:
Category:
cdm-vaadin
Target version:
Start date:
07/25/2018
Due date:
% Done:
100%
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
?
Associated revisions
fix #7585 replacing RegistrationCuratorRoleProbe by RoleProber
History
#1 Updated by Andreas Kohlbecker over 2 years ago
- Description updated (diff)
#2 Updated by Andreas Kohlbecker over 2 years ago
- Description updated (diff)
#3 Updated by Andreas Kohlbecker over 2 years ago
- Description updated (diff)
#4 Updated by Andreas Kohlbecker over 2 years ago
- Target version changed from Release 5.2 to Release 5.3
#5 Updated by Andreas Kohlbecker over 2 years ago
- Status changed from New to Resolved
- % Done changed from 0 to 50
Applied in changeset cdm-vaadin|e080f6ded006655d94a94b876eb9c1fb2143d60f.
#6 Updated by Andreas Kohlbecker over 2 years ago
- Status changed from Resolved to Closed
#7 Updated by Andreas Kohlbecker over 2 years ago
- % Done changed from 50 to 100