diff options
author | Robert Speicher <robert@gitlab.com> | 2018-05-16 16:59:48 +0000 |
---|---|---|
committer | Filipa Lacerda <filipa@gitlab.com> | 2018-05-17 11:43:45 +0100 |
commit | 0e8f3d8e71c5a0306187176995d4f25515b563f8 (patch) | |
tree | f63f37e73829f0d3ffd13fe6bbb7f68914aded32 /spec | |
parent | 8d8e97fdf6c52c36efe6e68fd0a2c829408106ef (diff) | |
download | gitlab-ce-0e8f3d8e71c5a0306187176995d4f25515b563f8.tar.gz |
Merge branch 'osw-fix-boards-list-header-color' into 'master'
Adjust board lists header text color
Closes #36983
See merge request gitlab-org/gitlab-ce!18955
Diffstat (limited to 'spec')
-rw-r--r-- | spec/fixtures/api/schemas/list.json | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/spec/fixtures/api/schemas/list.json b/spec/fixtures/api/schemas/list.json index 622a1e40d07..05922df6b81 100644 --- a/spec/fixtures/api/schemas/list.json +++ b/spec/fixtures/api/schemas/list.json @@ -17,6 +17,7 @@ "required": [ "id", "color", + "text_color", "description", "title", "priority" @@ -29,6 +30,7 @@ }, "description": { "type": ["string", "null"] }, "title": { "type": "string" }, + "title": { "text_color": "string" }, "priority": { "type": ["integer", "null"] } } }, |