Feature request:
Allow rules to include certain conditions to be applicable, notably for example: make rule applicable if mode entity's field user_id is or is not identical to logged in user_id, pr entity carries a reference to a user group (which is allowed to edit only for example.
Currently commented out.
|
// Call $app->acl->can('admin'); for example to find out if user is allowed to admin things. |
Feature request:
Allow rules to include certain conditions to be applicable, notably for example: make rule applicable if mode entity's field user_id is or is not identical to logged in user_id, pr entity carries a reference to a user group (which is allowed to edit only for example.
Currently commented out.
login/src/Acl.php
Line 95 in 3eecdc3