Skip to content
Snippets Groups Projects
Commit a0764e91 authored by Hangzhi Yu's avatar Hangzhi Yu
Browse files

Fix coursebook child route

parent 2e66e26a
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"
Pipeline #168154 failed
......@@ -422,7 +422,7 @@ export default {
{
path: ":dateStart(\\d\\d\\d\\d-\\d\\d-\\d\\d)/:dateEnd(\\d\\d\\d\\d-\\d\\d-\\d\\d)/",
component: () => import("./components/Coursebook.vue"),
name: "alsijil.coursebook_by_course_id_and_date",
name: "alsijil.coursebook_by_obj_id_and_date",
meta: {
titleKey: "calendar.menu_title",
toolbarTitle: "calendar.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