Skip to content

Fix for issue #347 [Regression in 6.9.2] When editing a Merge Request, branches can now be changed again

Hi GitLabs team,

This is a quick-fix proposal for issue #347 (closed).

It copies relevant parts of _new_compare.html.haml into _form.html.haml

I'm not a Ruby expert at all, so the enclosed quick-fix could probably be made better and more DRY by probably adding a view that is common to _form.html.haml and _new_compare.html.haml, and including it from there.

But this looks to work fine on our gitlab instance.

Merge request reports