diff --git a/config/zentaopms.php b/config/zentaopms.php index 064102e356..07d867f7ee 100644 --- a/config/zentaopms.php +++ b/config/zentaopms.php @@ -224,6 +224,7 @@ $config->openMethods[] = 'personnel.unbindwhitelist'; $config->openMethods[] = 'tree.viewhistory'; $config->openMethods[] = 'doc.createbasicinfo'; $config->openMethods[] = 'project.createguide'; +$config->openMethods[] = 'task.editteam'; /* Define the tables. */ define('TABLE_COMPANY', '`' . $config->db->prefix . 'company`');