[BUGFIX] Do not convert additional attributes
Additional attributes of contect menu items should not be converted by htmlspecialchars(), because they will be escaped on returning the JsonResponse, due to the used flags and are additionally set using the DOM API. Resolves: #102441 Resolves: #102458 Releases: main, 12.4 Change-Id: I1c7ded2dfaa3d0618b7e4beef7bb8ca58b84e984 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/81865 Tested-by:core-ci <typo3@b13.com> Reviewed-by:
Oliver Bartsch <bo@cedev.de> Tested-by:
Oliver Bartsch <bo@cedev.de>
Showing
- typo3/sysext/backend/Classes/ContextMenu/ItemProviders/RecordProvider.php 10 additions, 10 deletions...kend/Classes/ContextMenu/ItemProviders/RecordProvider.php
- typo3/sysext/filelist/Classes/ContextMenu/ItemProviders/FileProvider.php 13 additions, 13 deletions...lelist/Classes/ContextMenu/ItemProviders/FileProvider.php
- typo3/sysext/impexp/Classes/ContextMenu/ItemProvider.php 2 additions, 2 deletionstypo3/sysext/impexp/Classes/ContextMenu/ItemProvider.php
Please register or sign in to comment