aboutsummaryrefslogtreecommitdiff
path: root/app/controllers/admin
diff options
context:
space:
mode:
authorJan-Hendrik Willms <tleilax+studip@gmail.com>2025-03-28 14:22:10 +0100
committerJan-Hendrik Willms <tleilax+studip@gmail.com>2025-03-28 14:22:10 +0100
commit3cd4367aa9918a75867c6433c07d5c4da7335534 (patch)
treea151723697b652de0da924588c54bf6d6d2fb93f /app/controllers/admin
parentc8f1ca4f62af776ceed440e1f0e192d6302b0c27 (diff)
Diffstat (limited to 'app/controllers/admin')
-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,
+ ])
);
}