Skip to content
Snippets Groups Projects
Verified Commit 6e333849 authored by Jonathan Weth's avatar Jonathan Weth :keyboard:
Browse files

Merge branch '73-add-rules-and-permissions' into feature/performance-optimizations

parents 50629966 34ef43d1
No related branches found
No related tags found
1 merge request!90Performance optimizations
Pipeline #3695 passed
......@@ -38,7 +38,12 @@ MENUS = {
"name": _("My groups"),
"url": "my_groups",
"icon": "people",
"validators": ["menu_generator.validators.is_authenticated"],
"validators": [
(
"aleksis.core.util.predicates.permission_validator",
"alsijil.view_my_groups",
),
],
},
{
"name": _("My overview"),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment