name;?> entry->log;?> +
+ " . $lang->entry->setting, '', "class='btn btn-primary'");?> + +

diff --git a/xuanxuan/module/message/ext/config/xuanxuan.php b/xuanxuan/module/message/ext/config/xuanxuan.php index ba81cc8e28..2c118573b6 100644 --- a/xuanxuan/module/message/ext/config/xuanxuan.php +++ b/xuanxuan/module/message/ext/config/xuanxuan.php @@ -1,3 +1,6 @@ message->available['xuanxuan'] = $config->message->objectTypes; +$config->message->available['xuanxuan']['story'] = $config->message->objectTypes['story']; +$config->message->available['xuanxuan']['task'] = $config->message->objectTypes['task']; +$config->message->available['xuanxuan']['bug'] = $config->message->objectTypes['bug']; +$config->message->available['xuanxuan']['todo'] = $config->message->objectTypes['todo']; $config->message->setting['xuanxuan']['setting'] = $config->message->available['xuanxuan'];