Fix visibility level validation for deep nested forks
Closes to https://gitlab.com/gitlab-org/gitlab/-/issues/293870 **Problem** `forked_from_project` value missing during the validation of the forked project. It makes validation to use the visibility of the root project instead of the visibility of the parent project. **Solution** Assign `forked_from_project` value before the fork creation.
Showing
Please register or sign in to comment