From f5eb7b6404dff2839b2ab2ef94a3b7d107eaeef9 Mon Sep 17 00:00:00 2001 From: Chad Little Date: Wed, 16 Apr 2014 11:06:04 -0700 Subject: [PATCH] Add ability to edit Projects on mobile Summary: sets action list to crumbs Test Plan: shrink browser, see mobile action list, click on it, edit Reviewers: epriestley, btrahan Reviewed By: btrahan Subscribers: epriestley, Korvin Differential Revision: https://secure.phabricator.com/D8789 --- .../project/controller/PhabricatorProjectEditMainController.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/applications/project/controller/PhabricatorProjectEditMainController.php b/src/applications/project/controller/PhabricatorProjectEditMainController.php index 86d189e54d..ca442bed20 100644 --- a/src/applications/project/controller/PhabricatorProjectEditMainController.php +++ b/src/applications/project/controller/PhabricatorProjectEditMainController.php @@ -42,6 +42,7 @@ final class PhabricatorProjectEditMainController $project->getName(), $this->getApplicationURI('view/'.$project->getID().'/')); $crumbs->addTextCrumb(pht('Edit')); + $crumbs->setActionList($actions); $object_box = id(new PHUIObjectBoxView()) ->setHeader($header)