Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F14646732
D12194.id.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
558 B
Referenced Files
None
Subscribers
None
D12194.id.diff
View Options
diff --git a/src/aphront/AphrontRequest.php b/src/aphront/AphrontRequest.php
--- a/src/aphront/AphrontRequest.php
+++ b/src/aphront/AphrontRequest.php
@@ -192,11 +192,11 @@
}
final public function isAjax() {
- return $this->getExists(self::TYPE_AJAX);
+ return $this->getExists(self::TYPE_AJAX) && !$this->isQuicksand();
}
final public function isWorkflow() {
- return $this->getExists(self::TYPE_WORKFLOW);
+ return $this->getExists(self::TYPE_WORKFLOW) && !$this->isQuicksand();
}
final public function isQuicksand() {
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Jan 12, 11:58 AM (5 h, 37 m)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
6986985
Default Alt Text
D12194.id.diff (558 B)
Attached To
Mode
D12194: Don't treat Quicksand requests as isWorkflow() or isAjax()
Attached
Detach File
Event Timeline
Log In to Comment