mirror of
https://we.phorge.it/source/phorge.git
synced 2024-12-20 04:20:55 +01:00
Link board names to board view in "changed column" stories
Summary: Fixes T4552. Test Plan: {F122106} {F122107} Reviewers: btrahan, chad Reviewed By: chad CC: aran Maniphest Tasks: T4552 Differential Revision: https://secure.phabricator.com/D8396
This commit is contained in:
parent
28f3f8bf7b
commit
eec9507ba7
1 changed files with 2 additions and 1 deletions
|
@ -32,7 +32,8 @@ final class PhabricatorProjectPHIDTypeColumn extends PhabricatorPHIDType {
|
|||
foreach ($handles as $phid => $handle) {
|
||||
$column = $objects[$phid];
|
||||
|
||||
$handle->setName($column->getName());
|
||||
$handle->setName($column->getDisplayName());
|
||||
$handle->setURI('/project/board/'.$column->getProject()->getID().'/');
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue