2.10.2 ACL
- Not an API change, but if you check if a user has write access, one should be aware that this doesn't imply full read access anymore. Write access can be combined with partial read access.
- AclDetailPermission now contains detail permissions for both read and write, so when iterating over them you should test whether they are applicable to the read or write permission. There is a new method for that purpose.
- Not an API change, but if you check if a user has write access, this does not imply anymore that a user has full write access.
- AccessManager.filterDocumentTypes method: now requires branchId and languageId arguments.
Previous