* add permissions.

This commit is contained in:
孙华伟
2022-03-08 15:22:46 +08:00
parent 98311aca91
commit 31df5afed4
+1
View File
@@ -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`');