diff options
author | Mario de la Ossa <mariodelaossa@gmail.com> | 2018-06-12 16:40:16 -0600 |
---|---|---|
committer | Mario de la Ossa <mariodelaossa@gmail.com> | 2018-06-12 17:22:12 -0600 |
commit | 379a6a709a55f952133354febddf97854c2d5d4d (patch) | |
tree | 7ff8d93b96395d80dd7bf58473bac7aafd54d250 /spec/fixtures | |
parent | 7530e4ec86a686dede8eb8535fd231c1a75d3659 (diff) | |
download | gitlab-ce-379a6a709a55f952133354febddf97854c2d5d4d.tar.gz |
Sidebar Milestone - Fix wrong URL when selecting a parent group milestone47735-milestone-regression
Diffstat (limited to 'spec/fixtures')
-rw-r--r-- | spec/fixtures/api/schemas/public_api/v4/milestones.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/spec/fixtures/api/schemas/public_api/v4/milestones.json b/spec/fixtures/api/schemas/public_api/v4/milestones.json index c3c42b6ee60..448e97d6c85 100644 --- a/spec/fixtures/api/schemas/public_api/v4/milestones.json +++ b/spec/fixtures/api/schemas/public_api/v4/milestones.json @@ -13,7 +13,8 @@ "created_at": { "type": "date" }, "updated_at": { "type": "date" }, "start_date": { "type": "date" }, - "due_date": { "type": "date" } + "due_date": { "type": "date" }, + "web_url": { "type": "string" } }, "required": [ "id", "iid", "title", "description", "state", |