1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2025-01-04 11:51:02 +01:00

Add arcanist project phid to differential.query

Summary: Fixes T3535. Also, flip flop on that spacing thing and make the spaces purdy

Test Plan: got an arcanist projected phid in the json dict

Reviewers: epriestley

Reviewed By: epriestley

CC: Korvin, epriestley, aran

Maniphest Tasks: T3535

Differential Revision: https://secure.phabricator.com/D7565
This commit is contained in:
Bob Trahan 2013-11-11 15:01:21 -08:00
parent f35ce505a1
commit 819bd7f03b

View file

@ -223,6 +223,7 @@ final class ConduitAPI_differential_query_Method
'ccs' => array_values($revision->getCCPHIDs()), 'ccs' => array_values($revision->getCCPHIDs()),
'hashes' => $revision->getHashes(), 'hashes' => $revision->getHashes(),
'auxiliary' => $auxiliary_fields, 'auxiliary' => $auxiliary_fields,
'arcanistProjectPHID' => $diff->getArcanistProjectPHID()
); );
// TODO: This is a hacky way to put permissions on this field until we // TODO: This is a hacky way to put permissions on this field until we