diff --git a/module/entry/view/log.html.php b/module/entry/view/log.html.php
index 13f0446a5c..652a6b6f60 100644
--- a/module/entry/view/log.html.php
+++ b/module/entry/view/log.html.php
@@ -11,21 +11,16 @@
*/
?>
-
-
- {$lang->entry->common}", '', "class='btn btn-link btn-active-text'");?>
-
-
- " . $lang->entry->setting, '', "class='btn btn-primary'");?>
-
-
-
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'];