Page MenuHomePhabricator

Don't treat Quicksand requests as isWorkflow() or isAjax()
ClosedPublic

Authored by epriestley on Mar 28 2015, 9:49 PM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Apr 30, 5:12 PM
Unknown Object (File)
Tue, Apr 30, 5:12 PM
Unknown Object (File)
Tue, Apr 30, 5:12 PM
Unknown Object (File)
Mon, Apr 29, 2:29 PM
Unknown Object (File)
Thu, Apr 25, 2:55 AM
Unknown Object (File)
Tue, Apr 23, 12:50 AM
Unknown Object (File)
Thu, Apr 11, 10:26 AM
Unknown Object (File)
Thu, Apr 4, 2:19 AM
Subscribers

Details

Summary

Fixes T7061. Although it's very simple, I think this is a complete fix.

Quicksand technically is Ajax and uses Workflow as a transport mechanism, but the server should always pretend the user clicked a normal link when rendering.

Test Plan

Links that were autoconverting into dialogs (like "Edit Task") or otherwise making the wrong behavioral choices now work as expected.

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

epriestley retitled this revision from to Don't treat Quicksand requests as isWorkflow() or isAjax().
epriestley updated this object.
epriestley edited the test plan for this revision. (Show Details)
epriestley added reviewers: chad, btrahan.
chad edited edge metadata.
This revision is now accepted and ready to land.Mar 28 2015, 10:23 PM
This revision was automatically updated to reflect the committed changes.