From 577d08938dededbfd3d78896fd295137f5ce75f2 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 e9fedc956..f4cd91213 100644 --- a/application/controllers/DashboardsController.php +++ b/application/controllers/DashboardsController.php @@ -418,6 +418,7 @@ class DashboardsController extends CompatController } $this->createTabs(); + $this->getTabs()->setRefreshUrl(Url::fromPath(Dashboard::BASE_ROUTE . '/settings')); $this->dashboard->activate('dashboard_settings'); $this->sendMultipartUpdate(); }