mirror of
https://we.phorge.it/source/phorge.git
synced 2024-12-30 09:20:58 +01:00
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:
parent
e63b62fa78
commit
f5301e8e94
1 changed files with 5 additions and 5 deletions
|
@ -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')
|
||||
|
|
Loading…
Reference in a new issue