diff options
| author | Jan-Hendrik Willms <tleilax+studip@gmail.com> | 2025-03-28 14:22:10 +0100 |
|---|---|---|
| committer | Jan-Hendrik Willms <tleilax+studip@gmail.com> | 2025-03-28 14:22:10 +0100 |
| commit | 3cd4367aa9918a75867c6433c07d5c4da7335534 (patch) | |
| tree | a151723697b652de0da924588c54bf6d6d2fb93f /app | |
| parent | c8f1ca4f62af776ceed440e1f0e192d6302b0c27 (diff) | |
wipbiest-4760
Diffstat (limited to 'app')
| -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, + ]) ); } |
