Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F14738153
D12133.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
707 B
Referenced Files
None
Subscribers
None
D12133.diff
View Options
diff --git a/src/applications/harbormaster/typeahead/HarbormasterBuildPlanDatasource.php b/src/applications/harbormaster/typeahead/HarbormasterBuildPlanDatasource.php
--- a/src/applications/harbormaster/typeahead/HarbormasterBuildPlanDatasource.php
+++ b/src/applications/harbormaster/typeahead/HarbormasterBuildPlanDatasource.php
@@ -21,8 +21,14 @@
->setViewer($viewer)
->execute();
foreach ($plans as $plan) {
+ $closed = null;
+ if ($plan->isDisabled()) {
+ $closed = pht('Disabled');
+ }
+
$results[] = id(new PhabricatorTypeaheadResult())
->setName($plan->getName())
+ ->setClosed($closed)
->setPHID($plan->getPHID());
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, Jan 20, 11:42 AM (18 h, 36 m)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7022831
Default Alt Text
D12133.diff (707 B)
Attached To
Mode
D12133: T7646: Fix buildplan ac on Herald.
Attached
Detach File
Event Timeline
Log In to Comment