@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.

Redirect to profile after watching a project, not default page

Summary: Ref T10054.

Test Plan: watched project o_O

Reviewers: chad

Reviewed By: chad

Maniphest Tasks: T10054

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

+1 -1
+1 -1
src/applications/project/controller/PhabricatorProjectWatchController.php
··· 20 20 21 21 $via = $request->getStr('via'); 22 22 if ($via == 'profile') { 23 - $done_uri = $project->getURI(); 23 + $done_uri = "/project/profile/{$id}/"; 24 24 } else { 25 25 $done_uri = "/project/members/{$id}/"; 26 26 }