Page MenuHomePhorge

D25068.1734693451.diff
No OneTemporary

D25068.1734693451.diff

diff --git a/src/applications/project/controller/PhabricatorProjectBoardViewController.php b/src/applications/project/controller/PhabricatorProjectBoardViewController.php
--- a/src/applications/project/controller/PhabricatorProjectBoardViewController.php
+++ b/src/applications/project/controller/PhabricatorProjectBoardViewController.php
@@ -696,7 +696,8 @@
$column_items[] = id(new PhabricatorActionView())
->setIcon($spec['icon'])
->setName($spec['name'])
- ->setHref($spec['uri'])
+ ->setHref(id(new PhutilURI($spec['uri']))
+ ->replaceQueryParam('tags', $project->getPrimarySlug()))
->setDisabled($spec['disabled'])
->addSigil('column-add-task')
->setMetadata(

File Metadata

Mime Type
text/plain
Expires
Fri, Dec 20, 11:17 (12 h, 30 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1017223
Default Alt Text
D25068.1734693451.diff (742 B)

Event Timeline