coopTilleuls / CoopTilleulsAclSonataAdminExtensionBundle

ACL list filtering for SonataAdmin
http://les-tilleuls.coop
MIT License
45 stars 21 forks source link

how to set it up for user group rather than specific user #14

Closed nepfrank closed 9 years ago

nepfrank commented 9 years ago

I am trying to get this for whole user group(roles in it) rather than each user (one by one) Every user in group has same rights(and view only his items) how can I do it? thanks

meyerbaptiste commented 9 years ago

You want to add ACL on roles, right? At the moment this is not possible.

I have a pull request in waiting to do that with SonataAdminBundle (see https://github.com/sonata-project/SonataAdminBundle/pull/2600). If it is merged it will be possible.

I also need to fix the issue #15.

meyerbaptiste commented 9 years ago

PR merged!