OneupAclBundle
OneupAclBundle copied to clipboard
The missing link between Symfonys Acl implementation and your application.
Hi, I'm trying to set up this acl manger with doctrine ODM on Symfony 2.5. Everything seems to work but I've noticed that the class permissions are not working. Basically,...
Hi, First, thanks for your work, it is quite helpful ! I added a method to check if a specific user is granted a specific permission. For now, it only...
Is not an issue it's more a question : But is there a way to check the permission for an other user than the user connected in my application through...
I have some entities collection with class permissions but without object permissions, when preloading ACL's on these classes I've got some ACL exceptions : ``` Symfony\Component\Security\Acl\Exception\NotAllAclsFoundException The provider could not...