Merge pull request #7685 from nextcloud/link-to-update
Make update notification open the new update view from apps management
This commit is contained in:
commit
5011142024
|
@ -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 New Issue