1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-11-19 05:12:41 +01:00

Expose transaction PHID in maniphest.gettasktransactions

Summary: Fixes T6629.

Test Plan: {F238271}

Reviewers: btrahan, chad, 20after4

Reviewed By: 20after4

Subscribers: 20after4, epriestley

Maniphest Tasks: T6629

Differential Revision: https://secure.phabricator.com/D10898
This commit is contained in:
epriestley 2014-11-24 14:59:52 -08:00
parent 895b5580f2
commit e5777cc849

View file

@ -64,6 +64,7 @@ final class ManiphestGetTaskTransactionsConduitAPIMethod
$results[$task_id][] = array( $results[$task_id][] = array(
'taskID' => $task_id, 'taskID' => $task_id,
'transactionPHID' => $transaction->getPHID(),
'transactionType' => $transaction->getTransactionType(), 'transactionType' => $transaction->getTransactionType(),
'oldValue' => $transaction->getOldValue(), 'oldValue' => $transaction->getOldValue(),
'newValue' => $transaction->getNewValue(), 'newValue' => $transaction->getNewValue(),