Add actions to mobile crumbs
Summary: Adds in the ActionList into Crumbs for mobile on many applications. Test Plan: Tested each application except probably drydock since not sure how to test that. Also cleaned up Ponder a little. Reviewers: epriestley, btrahan Reviewed By: epriestley CC: aran, Korvin Differential Revision: https://secure.phabricator.com/D5648
This commit is contained in:
@@ -30,14 +30,15 @@ final class PhabricatorMacroViewController
|
||||
$macro->getPHID());
|
||||
|
||||
$this->loadHandles($subscribers);
|
||||
$actions = $this->buildActionView($macro);
|
||||
|
||||
$crumbs = $this->buildApplicationCrumbs();
|
||||
$crumbs->setActionList($actions);
|
||||
$crumbs->addCrumb(
|
||||
id(new PhabricatorCrumbView())
|
||||
->setHref($this->getApplicationURI('/view/'.$macro->getID().'/'))
|
||||
->setName($title_short));
|
||||
|
||||
$actions = $this->buildActionView($macro);
|
||||
$properties = $this->buildPropertyView($macro, $file, $subscribers);
|
||||
|
||||
$xactions = id(new PhabricatorMacroTransactionQuery())
|
||||
|
||||
Reference in New Issue
Block a user