-
- Downloads
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.
Showing
- app/controllers/concerns/group_tree.rb 5 additions, 1 deletionapp/controllers/concerns/group_tree.rb
- changelogs/unreleased/bvl-parent-preloading.yml 5 additions, 0 deletionschangelogs/unreleased/bvl-parent-preloading.yml
- spec/controllers/dashboard/groups_controller_spec.rb 20 additions, 0 deletionsspec/controllers/dashboard/groups_controller_spec.rb
Please register or sign in to comment