Fix wrong link for category in task footer

This commit is contained in:
Frederic Guillot 2016-01-13 20:47:24 -05:00
parent 1b6960e338
commit 2d85e0fab7
2 changed files with 2 additions and 1 deletions

View File

@ -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
--------------

View File

@ -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,