Actions
Bug #96937
closedt3editor CodeCompletionController fails for integer based TypeScript keys
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Code Cleanup
Target version:
-
Start date:
2022-02-17
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
12
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
When walking through the treeMap, the controller fails for
typo3/sysext/fluid_styled_content/Configuration/TypoScript/ContentElement/Bullets.typoscript:10 = TYPO3\CMS\Frontend\DataProcessing\SplitProcessor
as 10 will be parsed into int
by the TemplateService.
(1/1) TypeError substr(): Argument #1 ($string) must be of type string, int given in /var/www/html/typo3/sysext/t3editor/Classes/Controller/CodeCompletionController.php line 94
Actions