mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-05-31 11:52:10 +00:00
Improve milestone filter on issues page (#22423)
Now we have `All milestones`, `No milestones`, `Open milestones` and `Closed milestones`. Fix #11924 Fix #22411 <img width="1166" alt="image" src="https://user-images.githubusercontent.com/81045/212243375-95eea035-a972-44b8-8088-53db614cb07e.png">
This commit is contained in:
parent
e3750370df
commit
3f0651d4d6
8 changed files with 101 additions and 93 deletions
|
@ -31,5 +31,5 @@ const (
|
|||
const (
|
||||
// Which means a condition to filter the records which don't match any id.
|
||||
// It's different from zero which means the condition could be ignored.
|
||||
NoneID = -1
|
||||
NoConditionID = -1
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue