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:
authorPhil Hughes <me@iamphill.com>2018-10-22 12:29:46 +0300
committerPhil Hughes <me@iamphill.com>2018-10-22 12:29:46 +0300
commit63b2b1b426d29992b997eff536052f6073e38415 (patch)
treebd8c8b9bc1b06004b385fe236fa52559f12645eb /changelogs
parent44a9231d19f88c5551f7184917ddc4bba13e7d00 (diff)
Fixed source projects not filtering
Filtering source projects in the merge request creation form would show a flash error because it is trying to filter remotely to an undefined URL. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/52728
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/unreleased/mr-creation-source-project-filtering.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/changelogs/unreleased/mr-creation-source-project-filtering.yml b/changelogs/unreleased/mr-creation-source-project-filtering.yml
new file mode 100644
index 00000000000..818101a6f1b
--- /dev/null
+++ b/changelogs/unreleased/mr-creation-source-project-filtering.yml
@@ -0,0 +1,5 @@
+---
+title: Fixed source project not filtering in merge request creation compare form
+merge_request:
+author:
+type: fixed