diff options
| author | Jan-Hendrik Willms <tleilax+studip@gmail.com> | 2025-02-27 19:33:05 +0000 |
|---|---|---|
| committer | David Siegfried <david.siegfried@uni-vechta.de> | 2025-02-27 19:33:05 +0000 |
| commit | 56baad417748a52662c02f93a3916a1fb44f40e8 (patch) | |
| tree | 14677fe033114647a49bad259c0bf6c55b9b6523 /app/controllers/my_courses.php | |
| parent | 6a4f2423ce715f8c03334e113ea369ac3ee3b84a (diff) | |
adjust VueApp to support pinia as well and do not treat vuex as the primary store, fixes #5235
Closes #5235
Merge request studip/studip!3924
Diffstat (limited to 'app/controllers/my_courses.php')
| -rw-r--r-- | app/controllers/my_courses.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/controllers/my_courses.php b/app/controllers/my_courses.php index 3a422bf..47d3099 100644 --- a/app/controllers/my_courses.php +++ b/app/controllers/my_courses.php @@ -111,7 +111,7 @@ class MyCoursesController extends AuthenticatedController $this->setupSidebar($sem_key, $group_field, $this->check_for_new($sem_courses, $group_field)); $this->vueApp = Studip\VueApp::create('my-courses/MyCourses') - ->withStore( + ->withVuexStore( 'MyCoursesStore', 'mycourses', $this->helper->getVueAppData($sem_courses, $group_field) |
