From eadf56304d3481d533841b0cd0fec198b5a72e3f Mon Sep 17 00:00:00 2001 From: Jan-Hendrik Willms Date: Thu, 27 Feb 2025 21:00:52 +0100 Subject: re #5201 --- app/controllers/my_courses.php | 2 +- app/controllers/settings/notification.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/controllers/my_courses.php b/app/controllers/my_courses.php index 47d3099..c789bfd 100644 --- a/app/controllers/my_courses.php +++ b/app/controllers/my_courses.php @@ -173,7 +173,7 @@ class MyCoursesController extends AuthenticatedController 'store-url' => $this->store_groupsURL($studygroups), 'cid' => Request::get('option', ''), ]) - ->withStore( + ->withVuexStore( 'MyCoursesStore', 'mycoursesgroupselector', $this->helper->createVueAppData(''), diff --git a/app/controllers/settings/notification.php b/app/controllers/settings/notification.php index dfb3dbe..089aa6f 100644 --- a/app/controllers/settings/notification.php +++ b/app/controllers/settings/notification.php @@ -83,7 +83,7 @@ class Settings_NotificationController extends Settings_SettingsController [] ), ]) - ->withStore( + ->withVuexStore( 'MyCoursesStore', 'mycoursesnotificationstore', app(MyCoursesHelper::class)->createVueAppData('') -- cgit v1.0