Skip to content
Snippets Groups Projects

Refactor timetable wrapper

Merged Jonathan Weth requested to merge refactor-timetable-wrapper into master
All threads resolved!
1 file
+ 1
3
Compare changes
  • Side-by-side
  • Inline
@@ -9,9 +9,6 @@ export default {
iconActive: "mdi-school",
validators: [hasPersonValidator],
},
props: {
byTheGreatnessOfTheAlmightyAleksolotlISwearIAmWorthyOfUsingTheLegacyBaseTemplate: true,
},
children: [
{
path: "timetable/",
@@ -20,6 +17,7 @@ export default {
meta: {
inMenu: true,
titleKey: "chronos.timetable.menu_title",
toolbarTitle: "chronos.timetable.menu_title",
icon: "mdi-grid",
permission: "chronos.view_timetable_overview_rule",
fullWidth: true,
Loading