1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-11-15 03:12:41 +01:00
phorge-phorge/src/applications/search/controller
epriestley 6ea9aa39a0 Fix quicksand interaction with HTTP GET prefilling in ApplicationSearch
Summary:
Fixes T10196. This is a weird interaction and this might not be the best long-term fix, but just get it working OK for now.

General problem is that Quicksand doesn't currently use GET for requests. This is a very unusual case where the method is relevant. In the future, I might change Quicksand to use GET.

Test Plan: Clicked "Open Tasks" with Quicksand active, got a results list.

Reviewers: chad

Reviewed By: chad

Maniphest Tasks: T10196

Differential Revision: https://secure.phabricator.com/D15082
2016-01-21 16:29:45 -08:00
..
PhabricatorApplicationSearchController.php Fix quicksand interaction with HTTP GET prefilling in ApplicationSearch 2016-01-21 16:29:45 -08:00
PhabricatorSearchAttachController.php phtize all the things 2015-05-22 21:16:39 +10:00
PhabricatorSearchBaseController.php Remove some low-hanging buildStandardPageResponse() methods 2015-11-03 10:11:36 -08:00
PhabricatorSearchController.php Update Search for handleRequest 2015-10-20 09:02:55 -07:00
PhabricatorSearchDeleteController.php Update Search for handleRequest 2015-10-20 09:02:55 -07:00
PhabricatorSearchEditController.php Update Search for handleRequest 2015-10-20 09:02:55 -07:00
PhabricatorSearchHovercardController.php Fix a bad lookup in hovercards 2016-01-10 12:12:12 -08:00
PhabricatorSearchOrderController.php Update Search for handleRequest 2015-10-20 09:02:55 -07:00
PhabricatorSearchSelectController.php Maniphest - prevent uneditable tasks from being able to be closed as duplicates 2015-05-18 13:07:05 -07:00