Fix wrong link for category in task footer
This commit is contained in:
parent
1b6960e338
commit
2d85e0fab7
|
|
@ -14,6 +14,7 @@ Improvements:
|
|||
Bug fixes:
|
||||
|
||||
* Automatic action listeners were using the same instance
|
||||
* Fix wrong link for category in task footer
|
||||
|
||||
Version 1.0.23
|
||||
--------------
|
||||
|
|
|
|||
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in New Issue