diff options
Diffstat (limited to 'app/controllers/admin/tree.php')
| -rw-r--r-- | app/controllers/admin/tree.php | 6 |
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, + ]) ); } |
