-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Don't mention the oC version number when upgrading apps #16272
Comments
Probably a dup of: #14977 |
Yep, thanks for finding it for me. I only looked for manager related issues... |
@oparoz |
@RealRancor - Thanks! |
This should be an easy fix. |
Yes, that's the code which mixes everything together: Line 345 in 1769de0
using this template |
This update step is not triggered by DB updates directly, it's whenever the version specified in the code for an app differs from the version we have in the database. The update step would not only run DB upgrades, if any, but also run the app's "update.php". Now one possibility would be to try and make this more intelligent and be able to detect in advance whether DB updates are required, and whether the app provides a "appinfo/update.php" file. If none apply, then simply increase the version in the DB. For now in 8.2 let's just fix the UI to tell that it's about updating apps instead of core. |
Agreed. That's the confusing part for user. |
PR is here: #17434 |
CC @jospoortvliet if you want to add this to the dev update |
Env
Oc 8.0
Steps to reproduce
Expected result
Nothing should happen or if you have to ask the user to upgrade for some reason, then make it clear that this is about an app.
Actual result
The user is presented with a page telling him that his ownCloud version x.y should be upgraded to version x.y, the exact same version. It is confusing.
The text was updated successfully, but these errors were encountered: