Add actions to crumbs in fund/phortune
Summary: These were missing. Sorry, need to fix this interface someday. Test Plan: pay for stuff on mobile Reviewers: btrahan, epriestley Reviewed By: epriestley Subscribers: Korvin, epriestley Differential Revision: https://secure.phabricator.com/D10708
This commit is contained in:
@@ -54,6 +54,7 @@ final class FundInitiativeViewController
|
||||
$properties = $this->buildPropertyListView($initiative);
|
||||
$actions = $this->buildActionListView($initiative);
|
||||
$properties->setActionList($actions);
|
||||
$crumbs->setActionList($actions);
|
||||
|
||||
$box = id(new PHUIObjectBoxView())
|
||||
->setHeader($header)
|
||||
|
||||
Reference in New Issue
Block a user