Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F14012066
D12771.id30696.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
1 KB
Referenced Files
None
Subscribers
None
D12771.id30696.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
@@ -383,6 +383,7 @@
array(
'title' => pht('%s Board', $project->getName()),
'showFooter' => false,
+ 'pageObjects' => array($project->getPHID()),
));
}
diff --git a/src/applications/project/controller/PhabricatorProjectProfileController.php b/src/applications/project/controller/PhabricatorProjectProfileController.php
--- a/src/applications/project/controller/PhabricatorProjectProfileController.php
+++ b/src/applications/project/controller/PhabricatorProjectProfileController.php
@@ -67,6 +67,7 @@
$nav,
array(
'title' => $project->getName(),
+ 'pageObjects' => array($project->getPHID()),
));
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Nov 2, 7:11 AM (2 w, 2 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
6725217
Default Alt Text
D12771.id30696.diff (1 KB)
Attached To
Mode
D12771: Clear project notifications when viewing workboard or project detail
Attached
Detach File
Event Timeline
Log In to Comment