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`');