Skip to content

Commit 8f48968

Browse files
brechtvlepriestley
authored andcommitted
Fix missing button to expand project action list on mobile.
Test Plan: Go to a project page, make browser window narrow, click to expand action list. Reviewers: epriestley, #blessed_reviewers Reviewed By: epriestley CC: Korvin, epriestley, aran Differential Revision: https://secure.phabricator.com/D7666
1 parent 04b099d commit 8f48968

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/applications/project/controller/PhabricatorProjectProfileController.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,8 @@ public function processRequest() {
7575
$crumbs = $this->buildApplicationCrumbs();
7676
$crumbs->addCrumb(
7777
id(new PhabricatorCrumbView())
78-
->setName($project->getName()));
78+
->setName($project->getName()))
79+
->setActionList($actions);
7980

8081
$object_box = id(new PHUIObjectBoxView())
8182
->setHeader($header)

0 commit comments

Comments
 (0)