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 @@