Skip to content
Snippets Groups Projects
Commit d760b5e7 authored by Hangzhi Yu's avatar Hangzhi Yu
Browse files

Add permission check to parent route

parent ee62ef03
No related branches found
No related tags found
1 merge request!45Resolve "Fix parent menu entry being shown even though user has no permission"
Pipeline #134920 failed
......@@ -9,6 +9,7 @@ export default {
titleKey: "paweljong.events.menu_title",
icon: "mdi-calendar-text",
validators: [hasPersonValidator],
permission: "paweljong.view_menu",
},
children: [
{
......
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