coopTilleuls / CoopTilleulsAclSonataAdminExtensionBundle

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

PermissionMap and MaskBuilder hardcoded. #26

Open jlamur opened 7 years ago

jlamur commented 7 years ago

MaskBuilder masks are hardcoded here.

Also, masks used to determine if the VIEW permission is granted are usually determined with the PermissionMap.

However, since the masks are hardcoded, the permission map is ignored.

I will open a PR to fix this.