Move PhabricatorUser to new phid stuff
Summary: Ref T2715. Had to start loading status information in the query class. Debated trying to clean up some of the attach / load stuff but decided to just add status under the new paradigm for now. Test Plan: phid.query also made a status and checked that out. also played in conpherence. Reviewers: epriestley Reviewed By: epriestley CC: aran, Korvin Maniphest Tasks: T2715 Differential Revision: https://secure.phabricator.com/D6585
This commit is contained in:
@@ -19,7 +19,7 @@ final class PhabricatorSearchAbstractDocument {
|
||||
PhabricatorRepositoryPHIDTypeCommit::TYPECONST => 'Repository Commits',
|
||||
ManiphestPHIDTypeTask::TYPECONST => 'Maniphest Tasks',
|
||||
PhrictionPHIDTypeDocument::TYPECONST => 'Phriction Documents',
|
||||
PhabricatorPHIDConstants::PHID_TYPE_USER => 'Phabricator Users',
|
||||
PhabricatorPeoplePHIDTypeUser::TYPECONST => 'Phabricator Users',
|
||||
PonderPHIDTypeQuestion::TYPECONST => 'Ponder Questions',
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user