Skip to content

Commit e64612f

Browse files
committedSep 25, 2014
Add actions to mobile Passphrase
Summary: Take my secrets on the road Test Plan: View Passphrase on mobile device, see action list. Reviewers: epriestley Reviewed By: epriestley Subscribers: epriestley, Korvin Differential Revision: https://secure.phabricator.com/D10562
1 parent 4277123 commit e64612f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎src/applications/passphrase/controller/PassphraseCredentialViewController.php

+2
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,8 @@ public function processRequest() {
4747
$actions = $this->buildActionView($credential, $type);
4848
$properties = $this->buildPropertyView($credential, $type, $actions);
4949

50+
$crumbs->setActionList($actions);
51+
5052
$box = id(new PHUIObjectBoxView())
5153
->setHeader($header)
5254
->addPropertyList($properties);

0 commit comments

Comments
 (0)
Failed to load comments.