Skip to content
Snippets Groups Projects
Commit 10b5781b authored by magicfelix's avatar magicfelix
Browse files

Use existing permissions

parent c8e10b49
No related branches found
No related tags found
1 merge request!301New data model based on calendar events
Pipeline #148822 failed
......@@ -20,7 +20,7 @@ export default {
inMenu: true,
titleKey: "chronos.timetable.menu_title",
icon: "mdi-grid",
permission: "chronos.view_timetables_rule",
permission: "chronos.view_timetable_overview_rule",
},
},
{
......@@ -28,7 +28,7 @@ export default {
component: Timetable,
name: "chronos.timetableWithId",
meta: {
permission: "chronos.view_timetables_rule",
permission: "chronos.view_timetable_overview_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