Skip to content

Fix issues on groups group trees

Bob Van Landuyt requested to merge bvl-shared-groups-on-group-page into master

What does this MR do?

Recover from an error related to preloading parents when filtering (https://gitlab.com/gitlab-org/gitlab-ce/issues/40785): Preloading is still required, but if for some reason the parent wasn't preloaded, we fall back causing an extra query and report the error in sentry with more detail.

This also makes the projects shared with a group available on the page again. It partially reverts https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/16584 for that.

Does this MR meet the acceptance criteria?

What are the relevant issue numbers?

Edited by Bob Van Landuyt

Merge request reports