Page MenuHomePhabricator

D10971.id26347.diff
No OneTemporary

D10971.id26347.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
Sat, Mar 15, 8:21 PM (1 w, 1 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7475828
Default Alt Text
D10971.id26347.diff (1 KB)

Event Timeline