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:
authorStan Hu <stanhu@gmail.com>2018-11-28 14:04:11 +0300
committerDouglas Barbosa Alexandre <dbalexandre@gmail.com>2018-12-03 18:41:06 +0300
commit0566bbd064e2fd6bf37bffc146a4c48aacf7059a (patch)
treef7d7c7fbfdaa63e4f7cf58f5b00953dddb3fbbc8 /changelogs
parent1ddde35ec6dcf01556d5127e49bad86a2fab009e (diff)
Fix "protected branches only" checkbox not set properly at init
The `only_protected_branches` value was being enabled by default even though the checkbox was default off. In EE, this wasn't a problem because there was EE-specific code to update the entire form. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/53515
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/unreleased/sh-fix-mirrors-protected-branches.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/changelogs/unreleased/sh-fix-mirrors-protected-branches.yml b/changelogs/unreleased/sh-fix-mirrors-protected-branches.yml
new file mode 100644
index 00000000000..627de25650d
--- /dev/null
+++ b/changelogs/unreleased/sh-fix-mirrors-protected-branches.yml
@@ -0,0 +1,5 @@
+---
+title: Fix "protected branches only" checkbox not set properly at init
+merge_request: 23409
+author:
+type: fixed