show only opened milestones on issues page milestone filter#5051
Conversation
Codecov Report
@@ Coverage Diff @@
## master #5051 +/- ##
==========================================
+ Coverage 37.45% 37.49% +0.03%
==========================================
Files 312 312
Lines 46509 46510 +1
==========================================
+ Hits 17421 17439 +18
+ Misses 26597 26580 -17
Partials 2491 2491
Continue to review full report at Codecov.
|
…show_closed_milestone_on_issue_filter_page
|
Any idea why Drone is failing, https://drone.gitea.io/go-gitea/gitea/3215/8 ? .. This is the same error I am encountering in #5073
|
|
don't merge until v1.6 branched. |
There was a problem hiding this comment.
It should sort by deadline and then also by id as deadline is optional
There was a problem hiding this comment.
Not sure if I understand this.........
There was a problem hiding this comment.
Asc("deadline_unix").Asc("id")
bf4f522 to
b1510db
Compare
|
@lafriks please review changes. |
|
I don't like that there is now way to get all milestones in API but oh well it could be implemented properly in other PR |
|
@lafriks Another PR should add a |
Fixes #3114