Skip to content

WebIDE: Migrate create branch modal to use GlModal

Himanshu Kapoor requested to merge 217729-create-branch-modal into master

What does this MR do?

Issue: #217729 (closed)

Migrate create new branch modal to use GlModal.

The modal appears in Web IDE when you're trying to commit something and your branch is behind HEAD.

To reproduce, open Web IDE for the same repo and same branch in two tabs. Commit something in one tab, and then switch to the other tab and try to commit something. The create branch modal will appear.

Closes #217729 (closed)

Edited by Himanshu Kapoor

Merge request reports