Actions
Bug #71424
closedHTML in flash messages
Status:
Closed
Priority:
Must have
Assignee:
-
Category:
Backend User Interface
Target version:
-
Start date:
2015-11-09
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
7
PHP Version:
Tags:
Complexity:
Is Regression:
Yes
Sprint Focus:
Description
as the flash message content is now escaped, we got a problem where HTML is used, e.g. in the filelist to show which records use a file after trying to delete it:
The file cannot be deleted since it is still used at the following places:<br /><a href="#" class="t3-js-clickmenutrigger" data-table="tt_content" data-uid="15" data-listframe="1" data-iteminfo="%2Binfo,history,edit"><span class="t3js-icon icon icon-size-small icon-state-default icon-mimetypes-x-content-text" data-identifier="mimetypes-x-content-text"> <span class="icon-markup"> <img src="/typo3/sysext/core/Resources/Public/Icons/T3Icons/mimetypes/mimetypes-x-content-text.svg" width="16" height="16" /> </span> </span></a>[No title] [xxxx/]<br /><a href="#" class="t3-js-clickmenutrigger" data-table="tt_content" data-uid="15" data-listframe="1" data-iteminfo="%2Binfo,history,edit"><span class="t3js-icon icon icon-size-small icon-state-default icon-mimetypes-x-content-text" data-identifier="mimetypes-x-content-text"> <span class="icon-markup"> <img src="/typo3/sysext/core/Resources/Public/Icons/T3Icons/mimetypes/mimetypes-x-content-text.svg" width="16" height="16" /> </span> </span></a>[No title] [xxxxxxx]
Actions