Commit 08ee202d authored by Dylan Griffith's avatar Dylan Griffith

Merge branch 'if-327224-revert_epics_finder_recursive_query' into 'master'

Partial revert of "Direct access to recursive traversal methods"

See merge request gitlab-org/gitlab!59892
parents b2f7703d c550593f
......@@ -164,7 +164,7 @@ class EpicsFinder < IssuableFinder
elsif include_ancestors
group.self_and_ancestors
elsif include_descendants
group.recursive_self_and_descendants
group.self_and_descendants
else
Group.id_in(group.id)
end
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment