dashboards/settings: Don't change refresh url due to re-order

This commit is contained in:
Johannes Meyer 2022-04-20 15:13:57 +02:00 committed by Yonas Habteab
parent ff54184681
commit 577d08938d

View File

@ -418,6 +418,7 @@ class DashboardsController extends CompatController
} }
$this->createTabs(); $this->createTabs();
$this->getTabs()->setRefreshUrl(Url::fromPath(Dashboard::BASE_ROUTE . '/settings'));
$this->dashboard->activate('dashboard_settings'); $this->dashboard->activate('dashboard_settings');
$this->sendMultipartUpdate(); $this->sendMultipartUpdate();
} }