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)
May 10 2025, 9:48 AM
Unknown Object (File)
May 6 2025, 2:38 PM
Unknown Object (File)
Apr 25 2025, 6:56 AM
Unknown Object (File)
Apr 21 2025, 12:14 PM
Unknown Object (File)
Apr 19 2025, 2:11 AM
Unknown Object (File)
Apr 15 2025, 4:04 PM
Unknown Object (File)
Apr 10 2025, 9:46 PM
Unknown Object (File)
Apr 9 2025, 10:25 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.