mirror of
https://we.phorge.it/source/phorge.git
synced 2025-01-04 20:01:00 +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')
|
->setName('subscribers')
|
||||||
->setLabel(pht('Subscribers'))
|
->setLabel(pht('Subscribers'))
|
||||||
->setValue($subscriber_handles))
|
->setValue($subscriber_handles))
|
||||||
|
->appendChild(
|
||||||
|
id(new AphrontFormTextControl())
|
||||||
|
->setName('fulltext')
|
||||||
|
->setLabel(pht('Contains Words'))
|
||||||
|
->setValue($saved->getParameter('fulltext')))
|
||||||
->appendChild($status_control)
|
->appendChild($status_control)
|
||||||
->appendChild($priority_control);
|
->appendChild($priority_control);
|
||||||
|
|
||||||
|
@ -390,11 +395,6 @@ final class ManiphestTaskSearchEngine
|
||||||
}
|
}
|
||||||
|
|
||||||
$form
|
$form
|
||||||
->appendChild(
|
|
||||||
id(new AphrontFormTextControl())
|
|
||||||
->setName('fulltext')
|
|
||||||
->setLabel(pht('Contains Words'))
|
|
||||||
->setValue($saved->getParameter('fulltext')))
|
|
||||||
->appendChild(
|
->appendChild(
|
||||||
id(new AphrontFormTextControl())
|
id(new AphrontFormTextControl())
|
||||||
->setName('ids')
|
->setName('ids')
|
||||||
|
|
Loading…
Reference in a new issue