Page MenuHomePhabricator

D10971.diff
No OneTemporary

D10971.diff

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

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)

Event Timeline