Fix wrong link for category in task footer
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
<?php else: ?>
|
||||
<?= $this->url->link(
|
||||
$this->e($task['category_name']),
|
||||
'board',
|
||||
'boardPopover',
|
||||
'changeCategory',
|
||||
array('task_id' => $task['id'], 'project_id' => $task['project_id']),
|
||||
false,
|
||||
|
||||
Reference in New Issue
Block a user