Page MenuHomePhorge

D25068.1742411107.diff
No OneTemporary

D25068.1742411107.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
Wed, Mar 19, 19:05 (6 d, 3 h ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1108666
Default Alt Text
D25068.1742411107.diff (742 B)

Event Timeline