Fix wrong link for category in task footer
This commit is contained in:
@@ -14,6 +14,7 @@ Improvements:
|
|||||||
Bug fixes:
|
Bug fixes:
|
||||||
|
|
||||||
* Automatic action listeners were using the same instance
|
* Automatic action listeners were using the same instance
|
||||||
|
* Fix wrong link for category in task footer
|
||||||
|
|
||||||
Version 1.0.23
|
Version 1.0.23
|
||||||
--------------
|
--------------
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
<?php else: ?>
|
<?php else: ?>
|
||||||
<?= $this->url->link(
|
<?= $this->url->link(
|
||||||
$this->e($task['category_name']),
|
$this->e($task['category_name']),
|
||||||
'board',
|
'boardPopover',
|
||||||
'changeCategory',
|
'changeCategory',
|
||||||
array('task_id' => $task['id'], 'project_id' => $task['project_id']),
|
array('task_id' => $task['id'], 'project_id' => $task['project_id']),
|
||||||
false,
|
false,
|
||||||
|
|||||||
Reference in New Issue
Block a user