Skip to content

Commit

Permalink
[BUGFIX] Display error icon in folder field
Browse files Browse the repository at this point in the history
Resolves: #103221
Releases: main, 12.4
Change-Id: I4089a733f9ce2c888c05a4f1e4f7834a00ad1bfc
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/83154
Reviewed-by: Till Hörner <thoerner@3pc.de>
Tested-by: core-ci <typo3@b13.com>
Tested-by: Christian Kuhn <lolli@schwarzbu.ch>
Tested-by: Oliver Bartsch <bo@cedev.de>
Reviewed-by: Oliver Bartsch <bo@cedev.de>
Reviewed-by: Christian Kuhn <lolli@schwarzbu.ch>
  • Loading branch information
tillhoerner authored and o-ba committed Feb 28, 2024
1 parent 2cff779 commit 1406299
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -260,7 +260,7 @@ public function render(): array
$html[] = '</div>';

$resultArray['html'] =
'<typo3-formengine-element-folder recordFieldId="' . htmlspecialchars($fieldId) . '">
'<typo3-formengine-element-folder class="formengine-field-item" recordFieldId="' . htmlspecialchars($fieldId) . '">
' . implode(LF, $html) . '
</typo3-formengine-element-folder>';

Expand Down

0 comments on commit 1406299

Please sign in to comment.