Skip to content

Fixed merge request status badge not updating after merging

Phil Hughes requested to merge mr-status-box-update into master

What does this MR do?

Fixes the status box on merge requests not updating after merging. This was caused by the removal of global scripts. The merge request widget relied on a global MergeRequest instance to update these badges. It has been changed to be a static method on the MergeRequest class that gets called after a merge.

Merge request reports