diff --git a/application/models/Assessment.php b/application/models/Assessment.php index a61a7b85314..100d7442850 100644 --- a/application/models/Assessment.php +++ b/application/models/Assessment.php @@ -144,7 +144,8 @@ public function getColumns() array( 'name' => 'message', 'htmlOptions' => ['class' => 'col-sm-5'], - "type" => 'html', // This show all html (filtered, raw show unfiltered html) … maybe need another type , something like strip tag and ellipsize ? + 'value'=>'viewHelper::flatEllipsizeText($data->message,true,0)', + "type" => 'raw' ) ); }