Move 'Query' in Maniphest Search to be above the fold
Summary: (Needed a clean branch). Moves the field up and renames to Query Test Plan: Visit Maniphest Search, see new field, test a query Reviewers: epriestley Reviewed By: epriestley Subscribers: Korvin, epriestley Differential Revision: https://secure.phabricator.com/D10971
This commit is contained in:
@@ -370,6 +370,11 @@ final class ManiphestTaskSearchEngine
|
||||
->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);
|
||||
|
||||
@@ -390,11 +395,6 @@ final class ManiphestTaskSearchEngine
|
||||
}
|
||||
|
||||
$form
|
||||
->appendChild(
|
||||
id(new AphrontFormTextControl())
|
||||
->setName('fulltext')
|
||||
->setLabel(pht('Contains Words'))
|
||||
->setValue($saved->getParameter('fulltext')))
|
||||
->appendChild(
|
||||
id(new AphrontFormTextControl())
|
||||
->setName('ids')
|
||||
|
||||
Reference in New Issue
Block a user