Add new jumpnav actions for audits and feed
Test Plan: type /a<enter> - should jump to audits type /f<enter> - should jump to feed Reviewers: epriestley Reviewed By: epriestley CC: aran, epriestley Differential Revision: https://secure.phabricator.com/D1823
This commit is contained in:
@@ -24,6 +24,8 @@ final class PhabricatorJumpNavHandler {
|
|||||||
|
|
||||||
$patterns = array(
|
$patterns = array(
|
||||||
'/^help/i' => 'uri:'.$help_href,
|
'/^help/i' => 'uri:'.$help_href,
|
||||||
|
'/^a$/i' => 'uri:/audit/',
|
||||||
|
'/^f$/i' => 'uri:/feed/',
|
||||||
'/^d$/i' => 'uri:/differential/',
|
'/^d$/i' => 'uri:/differential/',
|
||||||
'/^r$/i' => 'uri:/diffusion/',
|
'/^r$/i' => 'uri:/diffusion/',
|
||||||
'/^t$/i' => 'uri:/maniphest/',
|
'/^t$/i' => 'uri:/maniphest/',
|
||||||
|
|||||||
Reference in New Issue
Block a user