* [bug#51229.done,0.1h] fix bug.

This commit is contained in:
sunguangming
2024-06-18 09:23:51 +08:00
committed by 田淑杰
parent d1a1cf52c7
commit e5a10d64eb
+1 -1
View File
@@ -9,7 +9,7 @@ $config->message->objectTypes['bug'] = array('opened', 'edited', 'commen
$config->message->objectTypes['case'] = array('opened', 'edited', 'commented', 'reviewed', 'confirmed');
$config->message->objectTypes['testtask'] = array('opened', 'edited', 'started', 'blocked', 'closed', 'activated');
$config->message->objectTypes['todo'] = array('opened', 'edited');
$config->message->objectTypes['doc'] = array('created', 'edited');
$config->message->objectTypes['doc'] = array('releaseddoc', 'edited');
$config->message->objectTypes['kanbancard'] = array('created', 'edited', 'finished', 'activated', 'archived', 'restore', 'deleted', 'moved');
$config->message->available = array();