aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoeland Jago Douma <rullzer@users.noreply.github.com>2018-01-03 21:30:52 +0100
committerGitHub <noreply@github.com>2018-01-03 21:30:52 +0100
commit5011142024a2563ac162e17417dd9b7edcae0ff5 (patch)
treeb4a316db2a491702293fed95960a1843ba5887d2
parent62d71158a9ee8b17a61c852da952f5c757e0d17c (diff)
parentbdea20330dc9628a256d719236cac7949ae87e33 (diff)
downloadnextcloud-server-5011142024a2563ac162e17417dd9b7edcae0ff5.tar.gz
nextcloud-server-5011142024a2563ac162e17417dd9b7edcae0ff5.zip
Merge pull request #7685 from nextcloud/link-to-update
Make update notification open the new update view from apps management
-rw-r--r--apps/updatenotification/lib/Notification/Notifier.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/updatenotification/lib/Notification/Notifier.php b/apps/updatenotification/lib/Notification/Notifier.php
index cb7b89e01f5..d18a2663702 100644
--- a/apps/updatenotification/lib/Notification/Notifier.php
+++ b/apps/updatenotification/lib/Notification/Notifier.php
@@ -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());
}
}