diff options
author | Valery Sizov <valery@gitlab.com> | 2017-02-27 17:45:55 +0200 |
---|---|---|
committer | Valery Sizov <valery@gitlab.com> | 2017-02-28 16:52:49 +0200 |
commit | 800f2a722f2aac42aee85fde44311b201eaa9589 (patch) | |
tree | 177a88e733948b761a03c8c456586f2442b97d09 /spec/fixtures | |
parent | c401088bc7a1e560023b7eb6ebfffb65d51c641c (diff) | |
download | gitlab-ce-800f2a722f2aac42aee85fde44311b201eaa9589.tar.gz |
[Issue board sorting] Specs
Diffstat (limited to 'spec/fixtures')
-rw-r--r-- | spec/fixtures/api/schemas/issue.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/fixtures/api/schemas/issue.json b/spec/fixtures/api/schemas/issue.json index 8e19cee5440..21c078e0f44 100644 --- a/spec/fixtures/api/schemas/issue.json +++ b/spec/fixtures/api/schemas/issue.json @@ -11,6 +11,7 @@ "title": { "type": "string" }, "confidential": { "type": "boolean" }, "due_date": { "type": ["date", "null"] }, + "relative_position": { "type": "integer" }, "labels": { "type": "array", "items": { |