Bug #69707
closedException in FlexForm select when no icon is used
100%
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.
Updated by Gerrit Code Review about 9 years ago
- Status changed from New to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/43224
Updated by Gerrit Code Review about 9 years ago
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/43224
Updated by Gerrit Code Review about 9 years ago
Patch set 3 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/43224
Updated by Alexander Stehlik about 9 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 8c037e463e7c1e33dc3a6a4474876311bfa4a678.
Updated by Anja Leichsenring almost 9 years ago
- Sprint Focus deleted (
On Location Sprint)
Updated by Riccardo De Contardi about 7 years ago
- Status changed from Resolved to Closed