From e5a10d64eb54897a46cb3c6c4b6f7825cedf60b3 Mon Sep 17 00:00:00 2001 From: sunguangming Date: Tue, 18 Jun 2024 01:22:05 +0000 Subject: [PATCH] * [bug#51229.done,0.1h] fix bug. --- module/message/config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/message/config.php b/module/message/config.php index 776e58b6da..dd619503f1 100644 --- a/module/message/config.php +++ b/module/message/config.php @@ -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();