Skip to content

Clear caches before updating MR diffs

What does this MR do?

Basically it just swaps two callbacks with each other. However, if a merge request was updated the diff generation depended on the merge requests memoized values. In this case the oids for the branches. This meant that the diffs weren't properly updated.

Does this MR meet the acceptance criteria?

What are the relevant issue numbers?

Fixes faulty behaviour introduced by: gitlab-org/gitlab-ce!15857

Merge request reports