mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-20 05:42:40 +01:00
Fix mobile Maniphest Create link
Summary: Fixes T7367 Test Plan: I guess noone every used this? Click on mobile menu, get not a 404. Reviewers: btrahan, epriestley Reviewed By: epriestley Subscribers: Korvin, epriestley Maniphest Tasks: T7367 Differential Revision: https://secure.phabricator.com/D11880
This commit is contained in:
parent
38636a39cf
commit
e7e67e4481
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ abstract class ManiphestController extends PhabricatorController {
|
||||||
$nav->setBaseURI(new PhutilURI($this->getApplicationURI()));
|
$nav->setBaseURI(new PhutilURI($this->getApplicationURI()));
|
||||||
|
|
||||||
if ($for_app) {
|
if ($for_app) {
|
||||||
$nav->addFilter('create', pht('Create Task'));
|
$nav->addFilter('task/create/', pht('Create Task'));
|
||||||
}
|
}
|
||||||
|
|
||||||
id(new ManiphestTaskSearchEngine())
|
id(new ManiphestTaskSearchEngine())
|
||||||
|
|
Loading…
Reference in a new issue