From 7d6fa23ced6869be1077006daca79f5d8439c2e6 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:29:00 +0000 Subject: [PATCH] Update taskkanban.html.php --- module/execution/view/taskkanban.html.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/execution/view/taskkanban.html.php b/module/execution/view/taskkanban.html.php index dc04016791..be4d9adccc 100644 --- a/module/execution/view/taskkanban.html.php +++ b/module/execution/view/taskkanban.html.php @@ -77,7 +77,7 @@ $canBatchCreateTask = common::hasPriv('task', 'batchCreate', $checkObject); $canCreateBug = common::hasPriv('bug', 'create'); $canBatchCreateBug = common::hasPriv('bug', 'batchCreate'); - $canImportBug = common::hasPriv('execution', 'importBug'); + $canImportBug = common::hasPriv('execution', 'importBug'); $canCreateStory = ($productID and common::hasPriv('story', 'create')); $canBatchCreateStory = ($productID and common::hasPriv('story', 'batchCreate')); $canLinkStory = ($productID and common::hasPriv('execution', 'linkStory'));