-
Type: Bug
-
Status: Resolved
-
Priority: Critical
-
Resolution: Fixed
-
Affects Version/s: 8.10, 9.10, 10.1
-
Component/s: Core
Following NXP-17798, the local ACL is always at the end.
This is due to this commit:
https://github.com/nuxeo/nuxeo/commit/cc9b7c5a0f82c622025900341dab4f7f22e8d9a3
This prevents any custom ACL to be at this position.
For example, a customer in 6.0 has the following order:
- inherited
- local
- localGroup (the custom one)
In 7.10 (and later versions) it gives the following:
- inherited
- localGroup (the custom one)
- local
The code responsible for this is in ACPImpl but this cannot be overriden through a contribution.
- depends on
-
NXP-17798 Allow to block / unblock inheritance on a given ACL
- Resolved