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(); }