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:
authorBob Van Landuyt <bob@vanlanduyt.co>2018-01-19 18:10:27 +0300
committerBob Van Landuyt <bob@vanlanduyt.co>2018-01-22 19:02:04 +0300
commitc56326fc3ef75767abf324f614a4be46153efbb3 (patch)
tree828eecd4d2dc06bb0104539de124ecac63b5c7fe /changelogs
parentb871764787068ce13fa03475e3f1d1a739cdc1b6 (diff)
Fix filter on `dashboard/groups` & `explore/groups
When searching we would limit the scope of ancestors to load because the filter would be applied to the ancestors. Instead, we need to load _all_ ancestors for matching projects.
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/unreleased/bvl-parent-preloading.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/changelogs/unreleased/bvl-parent-preloading.yml b/changelogs/unreleased/bvl-parent-preloading.yml
new file mode 100644
index 00000000000..97c7bbb2a2a
--- /dev/null
+++ b/changelogs/unreleased/bvl-parent-preloading.yml
@@ -0,0 +1,5 @@
+---
+title: Fix issues when rendering groups and their children
+merge_request: 16584
+author:
+type: fixed