diff --git a/src/applications/owners/controller/list/PhabricatorOwnersListController.php b/src/applications/owners/controller/list/PhabricatorOwnersListController.php index f49ba67bf3..b3619937db 100644 --- a/src/applications/owners/controller/list/PhabricatorOwnersListController.php +++ b/src/applications/owners/controller/list/PhabricatorOwnersListController.php @@ -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')