1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-09-20 09:18:48 +02: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:
epriestley 2012-04-07 10:01:14 -07:00
parent 9b043e5966
commit 3fdd8c497c

View file

@ -230,6 +230,7 @@ final class DifferentialChangesetViewController extends DifferentialController {
$detail = new DifferentialChangesetDetailView();
$detail->setChangeset($changeset);
$detail->appendChild($output);
$detail->setVsChangesetID($left_source);
$detail->setRevisionID($request->getInt('revision_id'));