-
Notifications
You must be signed in to change notification settings - Fork 130
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
Group permisions #193
Comments
No plans for now, as access to a single item usually associated with one permission, but not a set described by a group. Meanwhile this kind of check could be achieved using item hook functionality. |
with the hook functionality how i make a menu to been hidden on demand? |
You define your tree item model with group ManyToManyField field. |
ok, but check against what? is no attribute like item.hidden |
You need to define a custom item model. In it you're free to add any fields you like. E.g. you could have |
How do i define a costume menu item, in docs are not any examples for that will be more easily if in the api exist a method or a flag that define is a specific menu item will be rended or not |
There's a lot of APIs for that already. |
Are any plans to set also the group permissions for a menu item? is more easy and reliable to make a menu item visible or not depending of the group
The text was updated successfully, but these errors were encountered: