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();