Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F15335238
D15082.id36415.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
765 B
Referenced Files
None
Subscribers
None
D15082.id36415.diff
View Options
diff --git a/src/applications/search/controller/PhabricatorApplicationSearchController.php b/src/applications/search/controller/PhabricatorApplicationSearchController.php
--- a/src/applications/search/controller/PhabricatorApplicationSearchController.php
+++ b/src/applications/search/controller/PhabricatorApplicationSearchController.php
@@ -100,7 +100,7 @@
} else if (!strlen($this->queryKey)) {
$found_query_data = false;
- if ($request->isHTTPGet()) {
+ if ($request->isHTTPGet() || $request->isQuicksand()) {
// If this is a GET request and it has some query data, don't
// do anything unless it's only before= or after=. We'll build and
// execute a query from it below. This allows external tools to build
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Mar 9, 2:40 PM (2 d, 16 h ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7389293
Default Alt Text
D15082.id36415.diff (765 B)
Attached To
Mode
D15082: Fix quicksand interaction with HTTP GET prefilling in ApplicationSearch
Attached
Detach File
Event Timeline
Log In to Comment