Skip to content

Commit 8776788

Browse files
AdrienClairembaulttrasher
authored andcommitted
Fix associated items predefined fields rendering
1 parent 8885ca7 commit 8776788

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/ITILTemplateField.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -269,6 +269,7 @@ public static function showForITILTemplate(ITILTemplate $tt, $withtemplate = 0)
269269
'nofilter' => true,
270270
'columns' => $columns,
271271
'entries' => $entries,
272+
'formatters' => ['value' => 'raw_html'],
272273
'total_number' => count($entries),
273274
'filtered_number' => count($entries),
274275
'showmassiveactions' => $canedit,

0 commit comments

Comments
 (0)