Display number of tasks according to filter
This commit is contained in:
@@ -99,6 +99,11 @@
|
|||||||
<?php endif ?>
|
<?php endif ?>
|
||||||
</span>
|
</span>
|
||||||
|
|
||||||
|
<?php if (! empty($column['column_nb_tasks'])): ?>
|
||||||
|
<span title="<?= t('Task count') ?>" class="board-column-header-task-count">
|
||||||
|
<span><span class="ui-helper-hidden-accessible"><?= t('Task count') ?> </span><?= $column['column_nb_tasks'] ?></span>
|
||||||
|
</span>
|
||||||
|
<?php endif ?>
|
||||||
<?php if (! empty($column['column_nb_open_tasks'])): ?>
|
<?php if (! empty($column['column_nb_open_tasks'])): ?>
|
||||||
<span title="<?= t('Total number of tasks in this column across all swimlanes') ?>" class="board-column-header-task-count">
|
<span title="<?= t('Total number of tasks in this column across all swimlanes') ?>" class="board-column-header-task-count">
|
||||||
<?php if ($column['task_limit'] > 0): ?>
|
<?php if ($column['task_limit'] > 0): ?>
|
||||||
|
|||||||
Reference in New Issue
Block a user