1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2025-03-28 04:00:17 +01:00

Display full handle name in PHID lookup

Test Plan: Searched for a commit.

Reviewers: epriestley

Reviewed By: epriestley

CC: aran, Korvin

Differential Revision: https://secure.phabricator.com/D5301
This commit is contained in:
Jakub Vrana 2013-03-13 00:55:07 -07:00
parent df0c3df3cc
commit 9303bf50bf

View file

@ -26,7 +26,7 @@ final class PhabricatorPHIDLookupController
$rows[] = array(
$handle->getPHID(),
$handle->getType(),
$handle->getName(),
$handle->getFullName(),
$link,
);
}