-
Type: Task
-
Status: Done (View Workflow)
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: common 0.11
-
Fix Version/s: common 0.11
-
Labels:None
In Spring ACL it bases on class name when saves OID (Object Identity), which means if we pass PoulpeBranch, then it will store this class name in its tables.
Since JCommune works with its own classes, it expects JcBranch in this table. This results in JCommune not being able to read OIDs stored by Poulpe.
In order to fix this we need to save PoulpeBranch as BRANCH keyword, and then JCommune will read the very same keyword.
So in AclManager we need to be able to change the real class name of entity to the shared keyword.
- blocks
-
POULPE-332 It needs to give to administration user groups base permission on created branch
- Closed
-
JC-798 ACL should be based on OID keywords, not on class names of entities
- Closed