-
-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Manage the menu permissions #2323
Comments
I there, I just had to do exactly what your asking for in my project.
https://gist.github.com/emulienfou/002317d8015fea34ef7fd0c49b8e59ac |
Hi, You should look at https://github.com/alterphp/EasyAdminExtensionBundle It seems ACL management is possible with this extension bundle. I am front of the same problem as you and I'm going to implement this bundle. Good luck |
Thanks, but your code is not correct for "Display some actions from list action based on role permissions" @emulienfou . If the user has the VIP role I don't want to display "delete" and "edit" in list and don't have access to these routes either |
badly referenced in priority #3 ... |
As others said, this is in our roadmap. So I'm closing this issue as a duplicate. Thanks! |
Hi,
I would like to show / hide my entities in the menu depending on the roles, but it's impossible. For example, I tried to override the menu.html.twig file but it didn't work..
Do you have a solution (I'm using Symfony 4) ?
Thanks in advance
The text was updated successfully, but these errors were encountered: