From be6ca4dc7d34883e75dda7cfc7e9e6e412ea63e9 Mon Sep 17 00:00:00 2001 From: Sergey Sharybin Date: Sat, 21 Jan 2023 18:21:24 +0100 Subject: [PATCH] Remove task creation crumbs --- src/applications/maniphest/controller/ManiphestController.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/applications/maniphest/controller/ManiphestController.php b/src/applications/maniphest/controller/ManiphestController.php index 8ebe324224..ef2ac40871 100644 --- a/src/applications/maniphest/controller/ManiphestController.php +++ b/src/applications/maniphest/controller/ManiphestController.php @@ -148,6 +148,7 @@ abstract class ManiphestController extends PhabricatorController { protected function buildApplicationCrumbs() { $crumbs = parent::buildApplicationCrumbs(); + return $crumbs; if ($this->projectKey) { $user = $this->getRequest()->getUser();