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
parent 33eaccf5b4
commit 7b90d0935a

View File

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