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)
Thu, Apr 11, 10:26 AM
Unknown Object (File)
Thu, Apr 4, 2:19 AM
Unknown Object (File)
Tue, Apr 2, 3:28 AM
Unknown Object (File)
Feb 27 2024, 6:09 PM
Unknown Object (File)
Feb 27 2024, 6:07 PM
Unknown Object (File)
Feb 27 2024, 6:07 PM
Unknown Object (File)
Feb 19 2024, 2:26 AM
Unknown Object (File)
Feb 10 2024, 3:47 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.