diff options
author | Lanre Adelowo <adelowomailbox@gmail.com> | 2018-11-26 09:45:42 +0100 |
---|---|---|
committer | Lunny Xiao <xiaolunwen@gmail.com> | 2018-11-26 16:45:42 +0800 |
commit | 5e022a98e6429d08e3a32e10fa7ba98566ab71a1 (patch) | |
tree | b3a396bfbc3660b6037aa01c5029b2ff5b63fc4b /templates | |
parent | d9b0b7f56ed13077fbb6f3b76f93aca582d3cfcd (diff) | |
download | gitea-5e022a98e6429d08e3a32e10fa7ba98566ab71a1.tar.gz gitea-5e022a98e6429d08e3a32e10fa7ba98566ab71a1.zip |
show only opened milestones on issues page milestone filter (#5051)
* show only opened milestones on issues page milestone filter
* update Godoc
* update Godoc everywhere
* update swagger
* use false instead of 0
* Add seccond ordering by ID for milestones where no deadline is set
Diffstat (limited to 'templates')
-rw-r--r-- | templates/swagger/v1_json.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/swagger/v1_json.tmpl b/templates/swagger/v1_json.tmpl index dada2c98e3..8befe64f89 100644 --- a/templates/swagger/v1_json.tmpl +++ b/templates/swagger/v1_json.tmpl @@ -3065,7 +3065,7 @@ "tags": [ "issue" ], - "summary": "Get all of a repository's milestones", + "summary": "Get all of a repository's opened milestones", "operationId": "issueGetMilestonesList", "parameters": [ { |