mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 00:42:41 +01:00
Use GET form in Owners search
Summary: The form doesn't perform any action, only displays data. URL wouldn't exceed its maximum length. Bookmarking results can be useful. Linking from other pages can be even more useful. Also browsing through history is more fluent. Test Plan: Search by path. Search by owner. Reviewers: epriestley Reviewed By: epriestley CC: aran, epriestley Differential Revision: https://secure.phabricator.com/D1559
This commit is contained in:
parent
67ea5a0b61
commit
b7e0f97d33
1 changed files with 1 additions and 0 deletions
|
@ -135,6 +135,7 @@ class PhabricatorOwnersListController extends PhabricatorOwnersController {
|
|||
$form = id(new AphrontFormView())
|
||||
->setUser($user)
|
||||
->setAction('/owners/view/search/')
|
||||
->setMethod('GET')
|
||||
->appendChild(
|
||||
id(new AphrontFormTextControl())
|
||||
->setName('name')
|
||||
|
|
Loading…
Reference in a new issue