Skip to content

v1.0.86: refactor ACL management and rename permissions presenter

Choose a tag to compare

@thorewi thorewi released this 15 Mar 11:03
· 280 commits to main since this release
- Replace the direct many-to-many relationship between roles and resources with a dedicated `Acl` entity using an `isActive` flag.
- Rename the Permissions presenter, traits, and menu items to Acl to align with the new entity structure.
- Update `AccountQuery` and `BaseFormTrait` to filter account selections based on the user's currently selected account and its children.
- Update the security `Permission` setAccess logic to query the new `Acl` entity.