Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F13998236
D13356.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
683 B
Referenced Files
None
Subscribers
None
D13356.diff
View Options
diff --git a/src/applications/harbormaster/controller/HarbormasterPlanViewController.php b/src/applications/harbormaster/controller/HarbormasterPlanViewController.php
--- a/src/applications/harbormaster/controller/HarbormasterPlanViewController.php
+++ b/src/applications/harbormaster/controller/HarbormasterPlanViewController.php
@@ -27,10 +27,10 @@
new HarbormasterBuildPlanTransactionQuery());
$timeline->setShouldTerminate(true);
- $title = pht('Plan %d', $id);
+ $title = $plan->getName();
$header = id(new PHUIHeaderView())
- ->setHeader($title)
+ ->setHeader($plan->getName())
->setUser($viewer)
->setPolicyObject($plan);
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Oct 25, 8:16 AM (3 w, 3 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
6729716
Default Alt Text
D13356.diff (683 B)
Attached To
Mode
D13356: Show build plan name on Harbormaster plan view controller
Attached
Detach File
Event Timeline
Log In to Comment