Skip to content

Rename wrap projects with CTE

Arturo Herrero requested to merge rename-wrap-projects-cte into master

What does this MR do?

Rename Project.wrap_authorized_projects_with_cte to Project.wrap_with_cte.

This is a follow-up from !23180 (comment 283083785).

The method is named wrap_authorized_projects_with_cte but we're actually passing an arbitrary collection / query here.

Merge request reports