From 7361e605dced49d38f883288a92f96cf929631ba Mon Sep 17 00:00:00 2001 From: Chad Little Date: Thu, 18 Dec 2014 11:07:40 -0800 Subject: [PATCH] Add mobile app menu to Project Lists Summary: Using Project lists on mobile is missing the query menu, this adds it. Test Plan: test mobile layout, click menu, see query list Reviewers: btrahan, epriestley Reviewed By: epriestley Subscribers: Korvin, epriestley Differential Revision: https://secure.phabricator.com/D11010 --- .../project/controller/PhabricatorProjectListController.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/applications/project/controller/PhabricatorProjectListController.php b/src/applications/project/controller/PhabricatorProjectListController.php index 397c49eb17..de3effbc6b 100644 --- a/src/applications/project/controller/PhabricatorProjectListController.php +++ b/src/applications/project/controller/PhabricatorProjectListController.php @@ -22,6 +22,10 @@ final class PhabricatorProjectListController return $this->delegateToController($controller); } + public function buildApplicationMenu() { + return $this->buildSideNavView(true)->getMenu(); + } + public function buildApplicationCrumbs() { $crumbs = parent::buildApplicationCrumbs();