You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- 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.