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:
parent
895b5580f2
commit
e5777cc849
1 changed files with 1 additions and 0 deletions
|
@ -64,6 +64,7 @@ final class ManiphestGetTaskTransactionsConduitAPIMethod
|
|||
|
||||
$results[$task_id][] = array(
|
||||
'taskID' => $task_id,
|
||||
'transactionPHID' => $transaction->getPHID(),
|
||||
'transactionType' => $transaction->getTransactionType(),
|
||||
'oldValue' => $transaction->getOldValue(),
|
||||
'newValue' => $transaction->getNewValue(),
|
||||
|
|
Loading…
Reference in a new issue