Actions
Bug #69707
closedException in FlexForm select when no icon is used
Status:
Closed
Priority:
Should have
Assignee:
Category:
FormEngine aka TCEforms
Target version:
Start date:
2015-09-12
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
7
PHP Version:
5.5
Tags:
Complexity:
no-brainer
Is Regression:
No
Sprint Focus:
Description
When using a FlexForm with a select field that has no icons (like the login sysext) an Exception is thrown:
#1347135546: $haystack can not be interpreted as string
The problem comes from the TcaMigration
class that only checks the array size in migrateExtAndSysextPathToEXTPath()
. The item array always has four elements in the new Form engine, a check should be implemented if the icon path is empty.
Actions