Actions
Bug #91621
closedArgument 1 passed to TYPO3\CMS\Core\Html\RteHtmlParser::streamlineLineBreaksForProcessing() must be of the type string, null given
Status:
Rejected
Priority:
Should have
Assignee:
Category:
DataHandler aka TCEmain
Target version:
Start date:
2020-06-09
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
9
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
This issue occurs if a record uses an RTE field with default value null and if the field is hidden, e.g. by tsconfig
Stacktrace
DataHandler -> checkValueForText($value) RteHtmlParser -> RTE_transform($value) RteHtmlParser -> streamlineLineBreaksAfterProcessing($value)
but
protected function streamlineLineBreaksAfterProcessing(string $content)
Actions