Show title in tooltip for collapsed tasks

This commit is contained in:
Frederic Guillot
2015-07-04 20:51:52 -04:00
parent c231b65cfc
commit b2ba780c9d
15 changed files with 20 additions and 19 deletions

View File

@@ -10,7 +10,7 @@
'changeCategory',
array('task_id' => $task['id'], 'project_id' => $task['project_id']),
false,
'task-board-popover' . (! empty($task['category_description']) ? ' column-tooltip' : ''),
'task-board-popover' . (! empty($task['category_description']) ? ' tooltip' : ''),
! empty($task['category_description']) ? $this->text->markdown($task['category_description']) : t('Change category')
) ?>
<?php endif ?>