From 714ea7dfe8e8953c249bbd349e33b6ae4a016c32 Mon Sep 17 00:00:00 2001 From: greyaz Date: Sun, 19 Feb 2023 10:54:21 +0800 Subject: [PATCH] Change the total number of tasks displayed in the table header to match the description The current value of `$column['column_nb_open_tasks']` represents the number of open tasks in the current column of a swimlane. But according to the description: "Total number of tasks in this column across all swimlanes", the value of `$column['column_nb_tasks']` should be more appropriate. --- app/Template/board/table_column.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/app/Template/board/table_column.php b/app/Template/board/table_column.php index 50bc70bec..08ebcbfb8 100644 --- a/app/Template/board/table_column.php +++ b/app/Template/board/table_column.php @@ -104,17 +104,17 @@ - + - + - + 0): ?> - ( / text->e($column['task_limit']) ?>) + ( / text->e($column['task_limit']) ?>) - ( ) + ( )