Skip to content
Snippets Groups Projects
Commit 6b078b3c authored by Julian's avatar Julian
Browse files

Move coursebook to different directory

parent 06ad4e15
No related branches found
No related tags found
2 merge requests!352Draft: Resolve "Add dialog with each lesson's students",!350Resolve "Add simple course book list"
Showing
with 4 additions and 2 deletions
...@@ -50,6 +50,8 @@ ...@@ -50,6 +50,8 @@
</v-list> </v-list>
</v-list-item-content> </v-list-item-content>
</v-list-item> </v-list-item>
</template> </template>
<template #loading> <template #loading>
<CoursebookLoader /> <CoursebookLoader />
......
...@@ -393,7 +393,7 @@ export default { ...@@ -393,7 +393,7 @@ export default {
}, },
{ {
path: "coursebook/", path: "coursebook/",
component: () => import("./components/Coursebook.vue"), component: () => import("./components/coursebook/Coursebook.vue"),
redirect: (to) => { redirect: (to) => {
return { return {
name: "alsijil.coursebook_by_type_and_date", name: "alsijil.coursebook_by_type_and_date",
...@@ -417,7 +417,7 @@ export default { ...@@ -417,7 +417,7 @@ export default {
children: [ children: [
{ {
path: ":dateStart(\\d\\d\\d\\d-\\d\\d-\\d\\d)/:dateEnd(\\d\\d\\d\\d-\\d\\d-\\d\\d)/:filterType(my|all)/:objType(group|course|teacher)?/:objId(\\d+)?/", path: ":dateStart(\\d\\d\\d\\d-\\d\\d-\\d\\d)/:dateEnd(\\d\\d\\d\\d-\\d\\d-\\d\\d)/:filterType(my|all)/:objType(group|course|teacher)?/:objId(\\d+)?/",
component: () => import("./components/Coursebook.vue"), component: () => import("./components/coursebook/Coursebook.vue"),
name: "alsijil.coursebook_by_type_and_date", name: "alsijil.coursebook_by_type_and_date",
meta: { meta: {
titleKey: "alsijil.coursebook.menu_title", titleKey: "alsijil.coursebook.menu_title",
......
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