Bug #23678
closedclass.t3lib_content.php - readFlexformIntoConf not able to handle multiple sheets in flexform
0%
Description
The method readFlexformIntoConf is not able to handle flexforms with multiple sheets. Except for <sDEF></sDEF> all other sheets will be skipped.
I have tried to make this method more generic. File is attached. Maybe my changes can find their way to the core.
(issue imported from #M15903)
Files
Updated by Jesse Adler about 14 years ago
Line 38 in my attachment should be renamed to
if (isset($value['vDEF'])) {
otherwise empty flexform fields will not be processed correctly
Updated by Alexander Opitz about 11 years ago
- Status changed from New to Needs Feedback
- Target version deleted (
0) - Is Regression set to No
Hi,
as this issue is very old. Does the problem still exists within newer versions of TYPO3 CMS (4.5 or 6.1)?
Updated by Alexander Opitz over 10 years ago
- Status changed from Needs Feedback to Closed
No feedback within the last 90 days => closing this ticket.
If you think that this is the wrong decision or experience this issue again, then please write to the mailing list typo3.teams.bugs with issue number and an explanation or open a new ticket and add a relation to this ticket number.