Bug #80033
closedFlexForm <section> stopped working in 8.6. Adding elements not possible anymore.
0%
Description
Since update to 8.6 it is not possible to add new elements <el> to <section> anymore in FlexForm. Watch "FlexForm Code" image for the code.
Watch "Backend view" for backend view.
<<< normally a new element appears bei clicking on the "add" button.
But now several errors appears in console: "Console errors" image
Files
Updated by Christian Kuhn over 7 years ago
Mhhh, works with the test scenarios from ext:styleguide.
Could you please enable debug mode (so you get exception back traces), then klick on the failing ajax 500, preview should show you the backtrace. maybe create a screenshot. this should reveal more details on what exactly goes wrong.
Updated by Wouter Wolters over 7 years ago
- Status changed from New to Needs Feedback
Updated by Wasiliy Strecker over 7 years ago
- Priority changed from Must have to Won't have this time
Thank you for your fast response.
After research i found out that it has relation with this issue:
https://forge.typo3.org/issues/69702
<<< FAL can't be added to a <section>
FAL have ot be used instead of file and file_reference:
https://docs.typo3.org/typo3cms/TCAReference/Reference/Columns/Group/Index.html#internal-type
<<< till 8.6 it was possible to add file and file_reference.
But its ok. I will find another acceptable logic for my extension.
This issue can be closed :)
Best regards
Wasiliy
Updated by Wouter Wolters over 7 years ago
- Status changed from Needs Feedback to Closed
Thansk for reporting back. Ticket closed.