Make update notification open the new update view from apps management
Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
parent
ee0653d68b
commit
bdea20330d
1 changed files with 1 additions and 1 deletions
|
@ -126,7 +126,7 @@ class Notifier implements INotifier {
|
|||
]);
|
||||
|
||||
if ($this->isAdmin()) {
|
||||
$notification->setLink($this->url->linkToRouteAbsolute('settings.AppSettings.viewApps') . '#app-' . $notification->getObjectType());
|
||||
$notification->setLink($this->url->linkToRouteAbsolute('settings.AppSettings.viewApps', ['category' => 'updates']) . '#app-' . $notification->getObjectType());
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue