From 91ae1feaa1392e59274b3c813404580dd5a8984f Mon Sep 17 00:00:00 2001 From: Rafael de Camargo Date: Wed, 19 Jun 2019 01:37:09 -0300 Subject: Hide one task count when there is only one swimlane Don't show two task counts per column when there is only one swimlane. Fixes #4208 --- app/Template/board/table_column.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app') diff --git a/app/Template/board/table_column.php b/app/Template/board/table_column.php index 5b81d709..5515945b 100644 --- a/app/Template/board/table_column.php +++ b/app/Template/board/table_column.php @@ -19,7 +19,7 @@ task->getNewBoardTaskButton($swimlane, $column) ?> - 0): ?> + 1 && $column['nb_tasks'] > 0): ?> () -- cgit v1.2.3