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:
authorFilipa Lacerda <filipa@gitlab.com>2017-11-29 03:10:37 +0300
committerFilipa Lacerda <filipa@gitlab.com>2017-11-29 03:10:37 +0300
commit4ab1a1bd1767b6ea408a20dd1af7a0d29af82bfd (patch)
treeca96c48afdd33e9825bdeafc016d989112ec6066 /changelogs
parente2babfbde1dc65761e045ffa9d37586cbefa02f7 (diff)
parent4fae2574c41f0e2248989b9dac8738d546ea0217 (diff)
Merge branch 'fix_invalid_new_pipeline_form' into 'master'
initializes the branches dropdown upon invalid entry Closes #40012 See merge request gitlab-org/gitlab-ce!15588
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/unreleased/15588-fix-empty-dropdown-on-create-new-pipeline-in-case-of-validation-errors.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/changelogs/unreleased/15588-fix-empty-dropdown-on-create-new-pipeline-in-case-of-validation-errors.yml b/changelogs/unreleased/15588-fix-empty-dropdown-on-create-new-pipeline-in-case-of-validation-errors.yml
new file mode 100644
index 00000000000..a4934c8896d
--- /dev/null
+++ b/changelogs/unreleased/15588-fix-empty-dropdown-on-create-new-pipeline-in-case-of-validation-errors.yml
@@ -0,0 +1,5 @@
+---
+title: Initializes the branches dropdown when the 'Start new pipeline' failed due to validation errors
+merge_request: 15588
+author: Christiaan Van den Poel
+type: fixed