Don't include view in Diffusion line permalink
Summary: Including view in permalink seemed like the correct solution to me. Instead, I delete it all the time when copying somewhere else. Test Plan: Clicked on the link. Changed view on permalink. Reviewers: epriestley Reviewed By: epriestley CC: aran, Korvin Differential Revision: https://secure.phabricator.com/D3453
This commit is contained in:
@@ -469,7 +469,6 @@ final class DiffusionBrowseFileController extends DiffusionController {
|
|||||||
'action' => 'browse',
|
'action' => 'browse',
|
||||||
'line' => $line['line'],
|
'line' => $line['line'],
|
||||||
'stable' => true,
|
'stable' => true,
|
||||||
'params' => array('view' => $selected),
|
|
||||||
));
|
));
|
||||||
|
|
||||||
$blame = array();
|
$blame = array();
|
||||||
|
|||||||
Reference in New Issue
Block a user