Commit 0964138a authored by Stan Hu's avatar Stan Hu

Merge branch '9748-fix-boards-milestones-controller-spec' into 'master'

Add missing property percentage_complete to the milestone schema

Closes #9748

See merge request gitlab-org/gitlab-ee!9539
parents 0dbb379d ba33ae92
......@@ -12,6 +12,7 @@
"updated_at": { "type": "string" },
"start_date": { "type": ["date", "null"] },
"due_date": { "type": ["date", "null"] },
"percentage_complete": { "type": "integer" },
"web_url": { "type": "string" }
},
"additionalProperties": false
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment