summaryrefslogtreecommitdiff
path: root/spec/fixtures
diff options
context:
space:
mode:
authorJan Provaznik <jprovaznik@gitlab.com>2019-04-04 15:34:55 +0200
committerJan Provaznik <jprovaznik@gitlab.com>2019-04-04 19:34:14 +0200
commitf88607923afd5a2adfb7a28df297528cbb27885b (patch)
tree3415bd1d40ae6bd92c37ac434473c2066dea5f2e /spec/fixtures
parentfec2e27f1dcbb806247d6f78ebae628622c02d52 (diff)
downloadgitlab-ce-f88607923afd5a2adfb7a28df297528cbb27885b.tar.gz
Fix scoped_labels feature check
Check this feature per project/group instead of globally. Also do not show tooltip if it's disabled.
Diffstat (limited to 'spec/fixtures')
-rw-r--r--spec/fixtures/api/schemas/entities/merge_request_sidebar.json3
1 files changed, 1 insertions, 2 deletions
diff --git a/spec/fixtures/api/schemas/entities/merge_request_sidebar.json b/spec/fixtures/api/schemas/entities/merge_request_sidebar.json
index 7e9e048a9fd..214b67a9a0f 100644
--- a/spec/fixtures/api/schemas/entities/merge_request_sidebar.json
+++ b/spec/fixtures/api/schemas/entities/merge_request_sidebar.json
@@ -51,6 +51,5 @@
"toggle_subscription_path": { "type": "string" },
"move_issue_path": { "type": "string" },
"projects_autocomplete_path": { "type": "string" }
- },
- "additionalProperties": false
+ }
}