Remove project_id from task URLs
This commit is contained in:
@@ -9,6 +9,6 @@
|
||||
<?php endif ?>
|
||||
|
||||
<span class="table-list-title <?= $task['is_active'] == 0 ? 'status-closed' : '' ?>">
|
||||
<?= $this->url->link($this->text->e($task['title']), 'TaskViewController', 'show', array('project_id' => $task['project_id'], 'task_id' => $task['id'])) ?>
|
||||
<?= $this->url->link($this->text->e($task['title']), 'TaskViewController', 'show', array('task_id' => $task['id'])) ?>
|
||||
</span>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user