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:
Roeland Jago Douma 2018-01-03 21:30:52 +01:00 committed by GitHub
commit 5011142024
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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