From 7b90d0935a5c79bb203fe06906614c0dd38a7701 Mon Sep 17 00:00:00 2001 From: Johannes Meyer Date: Wed, 20 Apr 2022 15:13:57 +0200 Subject: [PATCH] dashboards/settings: Don't change refresh url due to re-order --- application/controllers/DashboardsController.php | 1 + 1 file changed, 1 insertion(+) diff --git a/application/controllers/DashboardsController.php b/application/controllers/DashboardsController.php index 614c5eef5..2b152320a 100644 --- a/application/controllers/DashboardsController.php +++ b/application/controllers/DashboardsController.php @@ -413,6 +413,7 @@ class DashboardsController extends CompatController } $this->createTabs(); + $this->getTabs()->setRefreshUrl(Url::fromPath(Dashboard::BASE_ROUTE . '/settings')); $this->dashboard->activate('dashboard_settings'); $this->sendMultipartUpdate(); }