Differential Action List on Mobile
Summary: Make the actions appear in crumbs on mobile Test Plan: Test action list on a mobile diff layout Reviewers: btrahan, epriestley Reviewed By: epriestley Subscribers: epriestley, Korvin Maniphest Tasks: T4730 Differential Revision: https://secure.phabricator.com/D8691
This commit is contained in:
@@ -420,6 +420,7 @@ final class DifferentialRevisionViewController extends DifferentialController {
|
||||
|
||||
$crumbs = $this->buildApplicationCrumbs();
|
||||
$crumbs->addTextCrumb($object_id, '/'.$object_id);
|
||||
$crumbs->setActionList($revision_detail->getActionList());
|
||||
|
||||
$prefs = $user->loadPreferences();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user