diff --git a/src/models/Thread.php b/src/models/Thread.php index ef398b2..9cd7d8e 100644 --- a/src/models/Thread.php +++ b/src/models/Thread.php @@ -104,6 +104,7 @@ public function attributes() 'message', // 'answer_message', 'answers', 'is_private', + 'anytext_like', 'anonym_name', 'anonym_email', @@ -175,6 +176,7 @@ public function attributeLabels() 'create_time' => Yii::t('app', 'Created'), 'a_reply_time' => Yii::t('app', 'a_reply_time'), 'file' => Yii::t('app', 'Files'), + 'anytext_like' => Yii::t('app', 'Subject or message'), ]); } diff --git a/src/views/ticket/_search.php b/src/views/ticket/_search.php index f8d9d34..f10b674 100644 --- a/src/views/ticket/_search.php +++ b/src/views/ticket/_search.php @@ -7,7 +7,7 @@ ?>