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:
authorFilipa Lacerda <filipa@gitlab.com>2018-05-17 17:14:33 +0300
committerFilipa Lacerda <filipa@gitlab.com>2018-05-17 17:14:33 +0300
commit0fad3d1ea6cd3720122af50fde9f36443a925a44 (patch)
treece60d7922f97a3ddac8f664d179e90a924a3aa81 /spec
parent92857b0dd68bf41eea1536f327d1e3a83e629611 (diff)
Revert "Merge branch 'osw-fix-boards-list-header-color' into 'master'"10-8-stable-revert
This reverts commit 0e8f3d8e71c5a0306187176995d4f25515b563f8.
Diffstat (limited to 'spec')
-rw-r--r--spec/fixtures/api/schemas/list.json2
1 files changed, 0 insertions, 2 deletions
diff --git a/spec/fixtures/api/schemas/list.json b/spec/fixtures/api/schemas/list.json
index 05922df6b81..622a1e40d07 100644
--- a/spec/fixtures/api/schemas/list.json
+++ b/spec/fixtures/api/schemas/list.json
@@ -17,7 +17,6 @@
"required": [
"id",
"color",
- "text_color",
"description",
"title",
"priority"
@@ -30,7 +29,6 @@
},
"description": { "type": ["string", "null"] },
"title": { "type": "string" },
- "title": { "text_color": "string" },
"priority": { "type": ["integer", "null"] }
}
},