Skip to content

Fix Route validation when conflicting permanent redirects exist

Michael Kozono requested to merge mk-fix-permanent-redirect-validation into master

What does this MR do?

Prevents Route validation from failing due to descendants that have permanent redirects.

Are there points in the code the reviewer needs to double check?

Why was this MR needed?

Users are being blocked from editing anything on a Group if a subgroup was renamed. https://gitlab.com/gitlab-com/support-forum/issues/2883

Screenshots (if relevant)

Does this MR meet the acceptance criteria?

What are the relevant issue numbers?

Closes https://gitlab.com/gitlab-com/support-forum/issues/2883 Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/41786

Edited by Michael Kozono

Merge request reports