Jim Schmid
Jim Schmid
IIRC this is the way the current granting process works. Have you tried to explicitly define the permission for ROLE_USER? ``` @Acl\DomainObject({ @Acl\ClassPermission({ "ROLE_ADMIN" = MaskBuilder::MASK_IDDQD }) @Acl\ClassPermission({ "ROLE_USER" =...
Indeed. `visibility` seems to be given to the filesystem as an element in an option array, so this definitely makes sense to me.
Related PR https://github.com/symfony/recipes-contrib/pull/1375