ProblematicAclManagerBundle icon indicating copy to clipboard operation
ProblematicAclManagerBundle copied to clipboard

ACL Manager for Symfony2

Results 13 ProblematicAclManagerBundle issues
Sort by recently updated
recently updated
newest added

I want to set the object identity identifier for class permission. Now it's set from ACE identifier. It would be great to set ACE as ObjectIdentity.

Hi there, is there any possibility to add class permissions to role?

I was wondering if we could get a new tag release, the bundle hasn't changed in a while which usually indicates that it's pretty stable. Could you release a new...

Hey, About this function : ``` php /** * @param mixed $domainObject * @param string $field * @param int $mask * @param UserInterface | TokenInterface | RoleInterface $securityIdentity * @param...

On line 175 of the AbstractAclManager the $acl->{"update{$type}FieldAce"} function is called with the uninatialized variable $id for the index of the ACE.

In your response to the StackOverflow question: [How do one use ACL to filter a list of domain-objects according to a certain user's permissions (e.g. EDIT)?](http://stackoverflow.com/questions/6621220/how-do-one-use-acl-to-filter-a-list-of-domain-objects-according-to-a-certain-use) you had said >...

Hello there. Thanks for this bundle that really makes life easier! :) Do you think it would be possible to grant permissions to **group** objects? I mean like the `FOS\UserBundle\Entity\Group`...

When I run "php composer.phar update" in sf2.1 I have this error: Problems: - The requested package "problematic/acl-manager-bundle" with constraint == 9999999-dev could not be found. In my composer.json: ```...

We could listen to the Doctrine preRemove lifecycle event and make sure that the ACLs get deleted. This would probably need to be explicitly enabled by the bundle user.

Feature Request