From a0a4af4daa008f3aedc1e3c4a7fc4441198d4080 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A4=8F=E6=96=87=E9=BE=99?= Date: Fri, 29 Oct 2021 02:33:45 +0000 Subject: [PATCH] Update kanban.html.php --- module/execution/view/kanban.html.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/module/execution/view/kanban.html.php b/module/execution/view/kanban.html.php index 7d5ef90029..a1c6abe20d 100644 --- a/module/execution/view/kanban.html.php +++ b/module/execution/view/kanban.html.php @@ -109,10 +109,10 @@ common::hasPriv('kanban', 'setColumn'), - 'hasSetWIP' => common::hasPriv('kanban', 'setWIP'), - ) + array( + 'hasEditName' => common::hasPriv('kanban', 'setColumn'), + 'hasSetWIP' => common::hasPriv('kanban', 'setWIP'), + ) ); ?> execution);?>