aboutsummaryrefslogtreecommitdiff
path: root/app/controllers
diff options
context:
space:
mode:
Diffstat (limited to 'app/controllers')
-rw-r--r--app/controllers/admin/tree.php6
1 files changed, 6 insertions, 0 deletions
diff --git a/app/controllers/admin/tree.php b/app/controllers/admin/tree.php
index 5d22775..9bce2ea 100644
--- a/app/controllers/admin/tree.php
+++ b/app/controllers/admin/tree.php
@@ -28,6 +28,9 @@ class Admin_TreeController extends AuthenticatedController
'visible-children-only' => false,
'with-courses' => true,
])
+ ->withVuexStore('TreeStore', 'treestore', [
+ 'SET_SEMESTER' => $this->semester,
+ ])
);
}
@@ -59,6 +62,9 @@ class Admin_TreeController extends AuthenticatedController
'with-course-assign' => true,
'with-courses' => true,
])
+ ->withVuexStore('TreeStore', 'treestore', [
+ 'SET_SEMESTER' => $this->semester,
+ ])
);
}