Do not use jQuery tooltip for task title in collapsed mode
This commit is contained in:
@@ -29,7 +29,7 @@
|
|||||||
<?= $this->text->e($this->user->getInitials($task['assignee_name'] ?: $task['assignee_username'])) ?>
|
<?= $this->text->e($this->user->getInitials($task['assignee_name'] ?: $task['assignee_username'])) ?>
|
||||||
</span> -
|
</span> -
|
||||||
<?php endif ?>
|
<?php endif ?>
|
||||||
<?= $this->url->link($this->text->e($task['title']), 'TaskViewController', 'show', array('task_id' => $task['id'], 'project_id' => $task['project_id']), false, 'tooltip', $this->text->e($task['title'])) ?>
|
<?= $this->url->link($this->text->e($task['title']), 'TaskViewController', 'show', array('task_id' => $task['id'], 'project_id' => $task['project_id']), false, '', $this->text->e($task['title'])) ?>
|
||||||
</div>
|
</div>
|
||||||
<?php else: ?>
|
<?php else: ?>
|
||||||
<div class="task-board-expanded">
|
<div class="task-board-expanded">
|
||||||
|
|||||||
Reference in New Issue
Block a user