Merge request loads CI widget of a different MR
Description
Under unknown circumstances it seems that the merge request view loads the CI widget of a different merge request. I observed this in !3566 (merged). This MR should only close #14931 (closed). Instead as shown in the screenshot below it indicates that it closes #14845 (closed), #14944 (closed), and #6060 (closed).
I looked into the source of the page and the Merge
link really points to /gitlab-org/gitlab-ce/merge_requests/3557/merge
- Here we have a different MR, namely !3557 (merged)
Boom, when merging this MR actually !3557 (merged) gets merged instead of !3566 (merged)
@jvanbaarsen mentioned such a weird behavior in the slack channel.