-
-
Couldn't load subscription status.
- Fork 4.6k
fix(apps): Sort names separately from active/update state #52583
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
Conversation
Signed-off-by: Kent Delante <kent.delante@proton.me>
|
/compile |
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
|
/backport to stable31 |
|
/backport to stable30 |
|
/backport to stable29 |
|
Thanks for your first pull request and welcome to the community! Feel free to keep them coming! If you are looking for issues to tackle then have a look at this selection: https://github.com/nextcloud/server/issues?q=is%3Aopen+is%3Aissue+label%3A%22good+first+issue%22 |
Summary
This fixes apps names starting with numbers getting sorted incorrectly because of prepending active and update state as numbers to the name (i.e. 013D Model Viewer for an app called 3D Model Viewer). Apps with names starting with numbers get pushed to the bottom of the list because of the larger value compared to apps without numbers in names (i.e. 013D Model Viewer vs 01Files).
Checklist