From b8792fcb9002be5df072044ff771b4ae8aac8ab5 Mon Sep 17 00:00:00 2001 From: tianshujie Date: Fri, 10 Jun 2022 08:35:22 +0800 Subject: [PATCH] * Finish task #56469. --- module/execution/js/taskkanban.js | 2 ++ module/execution/view/taskkanban.html.php | 6 +++--- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/module/execution/js/taskkanban.js b/module/execution/js/taskkanban.js index 1a785f4d17..eb55f1ce90 100644 --- a/module/execution/js/taskkanban.js +++ b/module/execution/js/taskkanban.js @@ -1334,10 +1334,12 @@ function searchCards(value) if(hideAll) { $("#emptyBox").removeClass('hidden'); + $("#kanbanContainer .panel-body").addClass('hidden'); } else { $("#emptyBox").addClass('hidden'); + $("#kanbanContainer .panel-body").removeClass('hidden'); } }); } diff --git a/module/execution/view/taskkanban.html.php b/module/execution/view/taskkanban.html.php index a1dfe8d0c2..7a430f0aa0 100644 --- a/module/execution/view/taskkanban.html.php +++ b/module/execution/view/taskkanban.html.php @@ -129,9 +129,9 @@
- +
+