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
diff options
context:
space:
mode:
authorWill Chandler <wchandler@gitlab.com>2019-09-06 11:33:18 +0300
committerThong Kuah <tkuah@gitlab.com>2019-09-06 11:33:18 +0300
commit525449d7ce79c8c538db17c48399e93ee874d289 (patch)
treed4565b62fe3b33054087dd4cf236615a172fb599 /changelogs
parent6def5bd66b04f887dd0d24ae4030ec86195ff7cb (diff)
Stop empty external auth classification labels overriding default labels
Most of the project templates bundled with GitLab have an empty string set for `external_authorization_classification_label` in their `project.json`. When imported this overrides the default label set on the instance, causing the label to appear empty. This change sets empty labels to nil during import, allowing the default label to override it and be applied to the project.
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/unreleased/use_default_external_auth_label_empty.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/changelogs/unreleased/use_default_external_auth_label_empty.yml b/changelogs/unreleased/use_default_external_auth_label_empty.yml
new file mode 100644
index 00000000000..9c1039b0875
--- /dev/null
+++ b/changelogs/unreleased/use_default_external_auth_label_empty.yml
@@ -0,0 +1,6 @@
+---
+title: Prevent empty external authorization classification labels from overriding
+ the default label
+merge_request: 32517
+author: Will Chandler
+type: fixed