1
0
Fork 0
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:
epriestley 2014-03-04 13:40:01 -08:00
parent 28f3f8bf7b
commit eec9507ba7

View file

@ -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().'/');
}
}