From ede11fedbe1d45a6c006590659796f4aa0e1445e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=91=A8=E6=97=AD=E4=B8=9C?= Date: Wed, 23 Feb 2022 05:21:05 +0000 Subject: [PATCH] Update kanban.html.php --- 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 49729a08de..6ba4a4fcfd 100644 --- a/module/execution/view/kanban.html.php +++ b/module/execution/view/kanban.html.php @@ -69,6 +69,7 @@ js::set('priv', array( 'canCreateTask' => $canCreateTask, 'canBatchCreateTask' => $canBatchCreateTask, + 'canImportBug' => $canImportBug, 'canCreateBug' => $canCreateBug, 'canBatchCreateBug' => $canBatchCreateBug, 'canCreateStory' => $canCreateStory,