Closed
Description
- Gitea version (or commit ref): 1.11.4
- Git version: 2.26.2
- Operating system: Ubuntu 18.04
- Database (use
[x]
):- PostgreSQL
- MySQL
- MSSQL
- SQLite
- Can you reproduce the bug at https://try.gitea.io:
- Yes (https://try.gitea.io/otbutz99/broken-milestones/pulls)
- No
- Not relevant
Description
While browsing open PRs i'm only able to select open milestones in the filter and vice-versa. This way i'm unable to search for old PRs which targeted a milestone which is closed now or search for open PRs targeting a closed milestone.
The milestone filter should behave similar to the dropdown which is used to select the target milestone of a pull request. It should display all milestones but could provide a visual separation for open/closed ones:
Screenshots
In this case i'm unable to filter open PRs targeting v1.0.0
because it's a closed milestone.
Here i'm unable to filter PRs targeting milestone v4.0.0
which is still open.