Display number of tasks according to filter

This commit is contained in:
Raphael Horber 2020-10-26 12:01:01 +01:00 committed by fguillot
parent d382e2e4be
commit b622b4e0b2
1 changed files with 5 additions and 0 deletions

View File

@ -99,6 +99,11 @@
<?php endif ?>
</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'])): ?>
<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): ?>