Remove project_id from task links
A few were missed in #4892, this lets URL rewriting work everywhere it should
This commit is contained in:
committed by
Frédéric Guillot
parent
a39cc49035
commit
b5e2061359
@@ -45,7 +45,7 @@
|
||||
$this->text->e('#'.$link['task_id'].' '.$link['title']),
|
||||
'TaskViewController',
|
||||
'show',
|
||||
array('task_id' => $link['task_id'], 'project_id' => $link['project_id']),
|
||||
array('task_id' => $link['task_id']),
|
||||
false,
|
||||
$link['is_active'] ? '' : 'task-link-closed'
|
||||
) ?>
|
||||
|
||||
Reference in New Issue
Block a user