Skip to content

Commit

Permalink
Merge pull request #7685 from nextcloud/link-to-update
Browse files Browse the repository at this point in the history
Make update notification open the new update view from apps management
  • Loading branch information
rullzer authored Jan 3, 2018
2 parents 62d7115 + bdea203 commit 5011142
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/updatenotification/lib/Notification/Notifier.php
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ public function prepare(INotification $notification, $languageCode) {
]);

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

Expand Down

0 comments on commit 5011142

Please sign in to comment.