@recaptime-dev's working patches + fork for Phorge, a community fork of Phabricator. (Upstream dev and stable branches are at upstream/main and upstream/stable respectively.) hq.recaptime.dev/wiki/Phorge
phorge phabricator
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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

+2 -1
+2 -1
src/applications/project/phid/PhabricatorProjectPHIDTypeColumn.php
··· 32 32 foreach ($handles as $phid => $handle) { 33 33 $column = $objects[$phid]; 34 34 35 - $handle->setName($column->getName()); 35 + $handle->setName($column->getDisplayName()); 36 + $handle->setURI('/project/board/'.$column->getProject()->getID().'/'); 36 37 } 37 38 } 38 39