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
This commit is contained in:
@@ -20,7 +20,7 @@ final class PhabricatorProjectWatchController
|
||||
|
||||
$via = $request->getStr('via');
|
||||
if ($via == 'profile') {
|
||||
$done_uri = $project->getURI();
|
||||
$done_uri = "/project/profile/{$id}/";
|
||||
} else {
|
||||
$done_uri = "/project/members/{$id}/";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user