Problem/Motivation
The "plain diff" link on the d.o issue page is incorrect on issues that have more than one merge request.
I am experiencing this on https://www.drupal.org/project/commerce_authnet/issues/3052498
Steps to reproduce
Open a new issue on d.o
Create an issue fork
make a commit on fork
create a merge request
close the merge request
make another commit to the fork
open a new merge request
Proposed resolution
Use the most recent merge request, or provide a "plain diff" link for each MR
Comments
Comment #2
drummYep, the solution for #3202296: Handle multiple merge requests with the same source branch and different target branches wasn’t complete at all.
Comment #4
drummDiff links are now shown for each individual merge request.
Comment #5
ben.hamelinAwesome, thanks @drumm!