Attempt to fix bad url to To Do tasks in maniphest

This commit is contained in:
2014-10-03 02:35:19 +06:00
parent 4ef5fdefb2
commit 4cc7990b1a

View File

@@ -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');