Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/spec
diff options
context:
space:
mode:
authorRobert Speicher <robert@gitlab.com>2018-05-16 19:59:48 +0300
committerFilipa Lacerda <filipa@gitlab.com>2018-05-17 17:22:46 +0300
commit6621fdf7fd4e77e539e7139cc8641501eb4ccc68 (patch)
treef63f37e73829f0d3ffd13fe6bbb7f68914aded32 /spec
parent8d8e97fdf6c52c36efe6e68fd0a2c829408106ef (diff)
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.json2
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"] }
}
},