-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Clicking an app update notification should open app updates #30836
Comments
@nickvergessen would this be possible by adding a simple link or does modification in the notifications app? |
That is exactly what we are doing since 4+ years:
server/apps/updatenotification/lib/Notification/Notifier.php Lines 133 to 135 in 37f40cd
server/apps/updatenotification/lib/Notification/Notifier.php Lines 153 to 155 in 37f40cd
server/apps/updatenotification/lib/Notification/Notifier.php Lines 179 to 187 in 37f40cd
But I also see that it is not working on our company instance. |
Now it made click.... fix is in nextcloud/notifications#1276 |
How to use GitHub
Is your feature request related to a problem? Please describe.
When I see a notification about available app updates, I always click it expecting to go to the app updater page, but that doesn't work. So I have to navigate there myself: open Apps from the menu, select Updates on the left, which is a bit annoying (not so much the navigation, but that clicking the notification doesn't work.)
Describe the solution you'd like
It would be nice if admin users could click on the notification, to open the app updates page.
Complicating things a bit: this should only happen for admin users: other users without access to the settings can also get notified, but clicking the notification should not try to open a page they don't have access to.
Additional context
![image](https://user-images.githubusercontent.com/2941436/150958736-c00f5b48-a5bb-4c83-a152-d32697ebffeb.png)
Clicking here as admin user:
Would take you directly to
/settings/apps/updates
The text was updated successfully, but these errors were encountered: