@recaptime-dev's working patches + fork for Phorge, a community fork of Phabricator. (Upstream dev and stable branches are at upstream/main and upstream/stable respectively.) hq.recaptime.dev/wiki/Phorge
phorge phabricator
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Fix an issue where redirects would work incorrectly in Quicksand

Summary: Ref T7061. Quicksand still needs an ajax-style response here.

Test Plan: Clicked a file detail page (this redirects) with column open, ended up in the right place.

Reviewers: btrahan

Reviewed By: btrahan

Subscribers: epriestley

Maniphest Tasks: T7061

Differential Revision: https://secure.phabricator.com/D12206

+1 -1
+1 -1
src/applications/base/controller/PhabricatorController.php
··· 414 414 )); 415 415 } 416 416 } else if ($response instanceof AphrontRedirectResponse) { 417 - if ($request->isAjax()) { 417 + if ($request->isAjax() || $request->isQuicksand()) { 418 418 return id(new AphrontAjaxResponse()) 419 419 ->setContent( 420 420 array(