Skip to content

Resolve "Milestone not updating in MR sidebar after selection"

Mario de la Ossa requested to merge 47933-MR-invisible-milestone into master

What does this MR do?

Fixes a small bug in which changing the milestone while inside an MR causes the milestone to disappear (but it gets properly set and can be seen on a refresh).

Are there points in the code the reviewer needs to double check?

I had to switch MergeRequestsController#update to using the MergeRequestWidgetSerializer. It shouldn't matter that there are extra attributes available now but just in case it would be good to validate.

Does this MR meet the acceptance criteria?

What are the relevant issue numbers?

Closes #47933 (closed)

Edited by Clement Ho

Merge request reports