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

Fix "setName()" on Differental revision handles

Summary: I copied this over wrong. Ref T2715

Test Plan: Looked at Maniphest with linked commits/revisions, e.g.

Reviewers: btrahan

Reviewed By: btrahan

CC: aran

Maniphest Tasks: T2715

Differential Revision: https://secure.phabricator.com/D6531
This commit is contained in:
epriestley 2013-07-22 14:42:31 -07:00
parent f00b43d448
commit f7e1450096

View file

@ -43,7 +43,7 @@ final class DifferentialPHIDTypeRevision extends PhabricatorPHIDType {
$id = $revision->getID();
$status = $revision->getStatus();
$handle->setName($title);
$handle->setName("D{$id}");
$handle->setURI("/D{$id}");
$handle->setFullName("D{$id}: {$title}");