From 31df5afed48ccd71e096d351c1640d10273f940b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AD=99=E5=8D=8E=E4=BC=9F?= Date: Tue, 8 Mar 2022 15:22:46 +0800 Subject: [PATCH] * add permissions. --- config/zentaopms.php | 1 + 1 file changed, 1 insertion(+) diff --git a/config/zentaopms.php b/config/zentaopms.php index 04b1f89ca2..5f202f3f39 100644 --- a/config/zentaopms.php +++ b/config/zentaopms.php @@ -216,6 +216,7 @@ $config->openMethods[] = 'kanban.importexecution'; $config->openMethods[] = 'kanban.importbuild'; $config->openMethods[] = 'kanban.activatecard'; $config->openMethods[] = 'kanban.finishcard'; +$config->openMethods[] = 'kanban.deleteobjectcard'; /* Define the tables. */ define('TABLE_COMPANY', '`' . $config->db->prefix . 'company`');