Skip to content
This repository has been archived by the owner on Jul 25, 2018. It is now read-only.

Project sorting by versions is weird because of brackets around #780

Open
mcjaeger opened this issue Mar 15, 2018 · 0 comments
Open

Project sorting by versions is weird because of brackets around #780

mcjaeger opened this issue Mar 15, 2018 · 0 comments

Comments

@mcjaeger
Copy link
Contributor

Actually when doing the sorting of projects in some list view:

My Project (1.0)
My Project (1.1)
My Project (2.0)

is like not good when:

My Project (1.0)
My Project (1.1 SR1)
My Project (1.1)
My Project (2.0)

(desired would be:

My Project (1.0)
My Project (1.1)
My Project (1.1 SR1)
My Project (2.0)

)
Maybe omitting the bracket and adding a dash between name and version could solve it

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant