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:
parent
f00b43d448
commit
f7e1450096
1 changed files with 1 additions and 1 deletions
|
@ -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}");
|
||||
|
||||
|
|
Loading…
Reference in a new issue