Skip to content

Resolve "Web IDE button should fork and open forked project when selected from read-only project"

Himanshu Kapoor requested to merge 29835-webide-fork into master

What does this MR do?

Add a link to the WebIDE on project page in case the user doesn't have write access to the repo. Clicking the link will actually create a fork first and then redirect to the WebIDE in the forked repo.

A confirm modal is shown before forking the project.

The button would not appear if the user cannot create a fork or an MR in the fork.

This is a fix for issue: #29835 (closed)

Screenshots

Does this MR meet the acceptance criteria?

Conformity

Edited by Himanshu Kapoor

Merge request reports