Use Application PHIDs in Ponder

Summary: Ref T2715. Switch Ponder to the new IDs.

Test Plan: Ran `phid.lookup`; `phid.query`. Grepped for old constant

Reviewers: btrahan

Reviewed By: btrahan

CC: aran

Maniphest Tasks: T2715

Differential Revision: https://secure.phabricator.com/D6554
This commit is contained in:
epriestley
2013-07-24 11:32:31 -07:00
parent cdbb1d5a03
commit f29861713e
9 changed files with 80 additions and 33 deletions

View File

@@ -20,7 +20,7 @@ final class PhabricatorSearchAbstractDocument {
ManiphestPHIDTypeTask::TYPECONST => 'Maniphest Tasks',
PhrictionPHIDTypeDocument::TYPECONST => 'Phriction Documents',
PhabricatorPHIDConstants::PHID_TYPE_USER => 'Phabricator Users',
PhabricatorPHIDConstants::PHID_TYPE_QUES => 'Ponder Questions',
PonderPHIDTypeQuestion::TYPECONST => 'Ponder Questions',
);
}