mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-26 08:42:41 +01:00
Possible fix for T1076, pushing to verify.
I think the issue is that we don't set the left-side changesetID correctly. This seems to work correctly locally, but I'm not sure I got a good repro. Pushing to verify the production test cases provided in T1076. Auditors: vrana, btrahan
This commit is contained in:
parent
9b043e5966
commit
3fdd8c497c
1 changed files with 1 additions and 0 deletions
|
@ -230,6 +230,7 @@ final class DifferentialChangesetViewController extends DifferentialController {
|
||||||
$detail = new DifferentialChangesetDetailView();
|
$detail = new DifferentialChangesetDetailView();
|
||||||
$detail->setChangeset($changeset);
|
$detail->setChangeset($changeset);
|
||||||
$detail->appendChild($output);
|
$detail->appendChild($output);
|
||||||
|
$detail->setVsChangesetID($left_source);
|
||||||
|
|
||||||
$detail->setRevisionID($request->getInt('revision_id'));
|
$detail->setRevisionID($request->getInt('revision_id'));
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue