Skip to content
Snippets Groups Projects
Verified Commit b9f8d36c authored by permcu's avatar permcu Committed by Jonathan Weth
Browse files

Add small fixes from code-review

parent 7b1ce3c4
No related branches found
No related tags found
1 merge request!373Resolve "Substitutions table for new data model"
......@@ -40,4 +40,4 @@ query substitutionsForDate ($date: Date!) {
notes
}
}
}
\ No newline at end of file
}
......@@ -48,7 +48,7 @@ export default {
{
path: "substitutions/print/",
component: () => import("aleksis.core/components/LegacyBaseTemplate.vue"),
name: "chronos.printsubstitutions",
name: "chronos.printSubstitutions",
props: {
byTheGreatnessOfTheAlmightyAleksolotlISwearIAmWorthyOfUsingTheLegacyBaseTemplate: true,
},
......@@ -80,7 +80,6 @@ export default {
toolbarTitle: "chronos.substitutions.menu_title",
icon: "mdi-grid",
permission: "chronos.view_substitutions_rule",
fullWidth: true,
},
children: [
{
......@@ -90,7 +89,6 @@ export default {
meta: {
toolbarTitle: "chronos.substitutions.menu_title",
permission: "chronos.view_substitutions_rule",
fullWidth: true,
},
},
],
......
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