Update links on the board
This commit is contained in:
parent
3e1a48113c
commit
16a138c86f
|
|
@ -3,7 +3,7 @@
|
|||
<span
|
||||
<?php if ($this->user->hasProjectAccess('TaskModificationController', 'edit', $task['project_id'])): ?>
|
||||
class="task-board-assignee task-board-change-assignee"
|
||||
data-url="<?= $this->url->href('TaskPopoverController', 'changeAssignee', array('task_id' => $task['id'], 'project_id' => $task['project_id'])) ?>">
|
||||
data-url="<?= $this->url->href('TaskModificationController', 'edit', array('task_id' => $task['id'], 'project_id' => $task['project_id'])) ?>">
|
||||
<?php else: ?>
|
||||
class="task-board-assignee">
|
||||
<?php endif ?>
|
||||
|
|
|
|||
|
|
@ -6,8 +6,8 @@
|
|||
<?php else: ?>
|
||||
<?= $this->url->link(
|
||||
$this->text->e($task['category_name']),
|
||||
'TaskPopoverController',
|
||||
'changeCategory',
|
||||
'TaskModificationController',
|
||||
'edit',
|
||||
array('task_id' => $task['id'], 'project_id' => $task['project_id']),
|
||||
false,
|
||||
'popover' . (! empty($task['category_description']) ? ' tooltip' : ''),
|
||||
|
|
|
|||
Loading…
Reference in New Issue