Attempt to fix bad url to To Do tasks in maniphest
This commit is contained in:
@@ -124,7 +124,7 @@ abstract class ManiphestController extends PhabricatorController {
|
||||
|
||||
$task_types = $this->getBlenderTaskTypes();
|
||||
foreach ($task_types as $id => $name) {
|
||||
$url = $nav->getBaseURI() . 'project/' . $this->projectKey . '/type/' . $id;
|
||||
$url = $nav->getBaseURI() . 'project/' . $this->projectKey . '/type/' . $id . '/';
|
||||
$link = $menu->newLink(pht($name), $url, $id);
|
||||
if ($id == $this->taskTypeKey) {
|
||||
$link->addClass('phui-list-item-selected');
|
||||
|
||||
Reference in New Issue
Block a user