The link of the rescanFailedIntegrityCheck link is on the sub page "Overview". After clicking the link, the user is, however, redirected to the "Basic settings" page.
Signed-off-by: Sven Strickroth <email@cs-ware.de>
public function rescanFailedIntegrityCheck() {
$this->checker->runInstanceVerification();
return new RedirectResponse(
- $this->urlGenerator->linkToRoute('settings.AdminSettings.index')
+ $this->urlGenerator->linkToRoute('settings.AdminSettings.index', ['section' => 'overview'])
);
}