Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F14383772
D10971.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
D10971.diff
View Options
diff --git a/src/applications/maniphest/query/ManiphestTaskSearchEngine.php b/src/applications/maniphest/query/ManiphestTaskSearchEngine.php
--- a/src/applications/maniphest/query/ManiphestTaskSearchEngine.php
+++ b/src/applications/maniphest/query/ManiphestTaskSearchEngine.php
@@ -370,6 +370,11 @@
->setName('subscribers')
->setLabel(pht('Subscribers'))
->setValue($subscriber_handles))
+ ->appendChild(
+ id(new AphrontFormTextControl())
+ ->setName('fulltext')
+ ->setLabel(pht('Contains Words'))
+ ->setValue($saved->getParameter('fulltext')))
->appendChild($status_control)
->appendChild($priority_control);
@@ -392,11 +397,6 @@
$form
->appendChild(
id(new AphrontFormTextControl())
- ->setName('fulltext')
- ->setLabel(pht('Contains Words'))
- ->setValue($saved->getParameter('fulltext')))
- ->appendChild(
- id(new AphrontFormTextControl())
->setName('ids')
->setLabel(pht('Task IDs'))
->setValue(implode(', ', $ids)));
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Dec 22, 8:22 AM (17 h, 52 m)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
6917931
Default Alt Text
D10971.diff (1 KB)
Attached To
Mode
D10971: Move 'Query' in Maniphest Search to be above the fold
Attached
Detach File
Event Timeline
Log In to Comment