Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F2867770
D25068.1736650150.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Award Token
Flag For Later
Advanced/Developer...
View Handle
View Hovercard
Size
735 B
Referenced Files
None
Subscribers
None
D25068.1736650150.diff
View Options
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->getPHID()))
->setDisabled($spec['disabled'])
->addSigil('column-add-task')
->setMetadata(
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Jan 12, 02:49 (5 d, 23 h ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1111805
Default Alt Text
D25068.1736650150.diff (735 B)
Attached To
Mode
D25068: Workboard: improve the Create Task link to mention the Project slug
Attached
Detach File
Event Timeline
Log In to Comment