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

Add permission to calendar menu item

parent 72946927
No related branches found
No related tags found
1 merge request!1148Calendar events and iCal feeds
......@@ -1059,14 +1059,14 @@ const routes = [
name: "invitations.accept_invite",
},
{
path: "/calendar/overview",
path: "/calendar/",
component: () => import("./components/calendar/CalendarOverview.vue"),
name: "core.calendar_overview",
meta: {
inMenu: true,
icon: "mdi-calendar",
titleKey: "calendar.menu_title_overview",
validators: [hasPersonValidator],
permission: "core.view_calendar_feed_rule",
},
},
];
......
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