-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
Sort versions smartly everywhere #5157
Conversation
@@ -1,6 +1,8 @@ | |||
{% load projects_tags %} | |||
|
|||
<div class="module-list-wrapper"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I didn't find any use case for this file.
Can it be deleted?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hrm, I think so!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good. Should be good to merge after deleting unused file.
@@ -1,6 +1,8 @@ | |||
{% load projects_tags %} | |||
|
|||
<div class="module-list-wrapper"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hrm, I think so!
@ericholscher |
💯 Thanks @dojutsu-user! |
Closes #5151
It wasn't possible to use the
sort_version_compare
only on the template level. So, I have also used it in view and forms level.