mirror of
https://we.phorge.it/source/phorge.git
synced 2024-12-23 14:00:56 +01:00
Minor, did not intend to land this actively quite yet.
This commit is contained in:
parent
d3fd790574
commit
a8a4e85443
1 changed files with 0 additions and 5 deletions
|
@ -84,11 +84,6 @@ abstract class ManiphestController extends PhabricatorController {
|
|||
$nav->addLabel('Reports');
|
||||
$nav->addFilter('report', 'Reports', '/maniphest/report/');
|
||||
|
||||
$nav->setFlexNav(true);
|
||||
$nav->setShowApplicationMenu(true);
|
||||
$nav->setCurrentApplication($this->getCurrentApplication());
|
||||
$nav->setUser($this->getRequest()->getUser());
|
||||
|
||||
return $nav;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue