From d8178d01eb56b3d82f70ca7e1eded28fc67ca47b Mon Sep 17 00:00:00 2001 From: zhangzilong Date: Tue, 1 Mar 2022 14:27:16 +0800 Subject: [PATCH] * Finish task #49297. --- module/execution/view/kanban.html.php | 1 + 1 file changed, 1 insertion(+) diff --git a/module/execution/view/kanban.html.php b/module/execution/view/kanban.html.php index a5b9e4f1b8..9aaa1519b1 100644 --- a/module/execution/view/kanban.html.php +++ b/module/execution/view/kanban.html.php @@ -43,6 +43,7 @@ js::set('noAssigned', $lang->kanbancard->noAssigned); js::set('users', $users); js::set('entertime', time()); js::set('displayCards', $execution->displayCards); +js::set('productNum', $productNum); js::set('fluidBoard', $execution->fluidBoard); js::set('colorListLang', $lang->kanbancard->colorList); js::set('colorList', $this->config->kanban->cardColorList);