Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F15387103
D12206.id29340.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
556 B
Referenced Files
None
Subscribers
None
D12206.id29340.diff
View Options
diff --git a/src/applications/base/controller/PhabricatorController.php b/src/applications/base/controller/PhabricatorController.php
--- a/src/applications/base/controller/PhabricatorController.php
+++ b/src/applications/base/controller/PhabricatorController.php
@@ -414,7 +414,7 @@
));
}
} else if ($response instanceof AphrontRedirectResponse) {
- if ($request->isAjax()) {
+ if ($request->isAjax() || $request->isQuicksand()) {
return id(new AphrontAjaxResponse())
->setContent(
array(
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mar 16 2025, 1:50 AM (5 w, 5 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7613675
Default Alt Text
D12206.id29340.diff (556 B)
Attached To
Mode
D12206: Fix an issue where redirects would work incorrectly in Quicksand
Attached
Detach File
Event Timeline
Log In to Comment