Adrien Petitjean

Results 5 comments of Adrien Petitjean

Downgrade the version of my local serverless seems to fix the issue. Went with `npm i --save-dev [email protected]` previously it was 2.2.37 That said, some of you did have the...

Ok actually I found a way it's a bite dirty but it's works fine ;) : ``` php class AclCustomManager extends AclManager { public function isUserGranted($attributes, $user, $object, $field =...

@bytehead Cool didn't see that, well it seems to solve my problem, but does it works with the class field permission for example ? Thanks

Hey nice feature ! will it be merged soon ? @badaz how does it works with the class or object field permission ? For example to know if a user...

I Have a similar issue : ``` yaml security: acl: connection: default voter: allow_if_object_identity_unavailable: false ``` And when I do ``` php $aclManager->setClassPermission('My\\Class\\Name', MaskBuilder::MASK_VIEW, $user); // always returns false $aclManager->isGranted('VIEW',...