Bug #68107
closedwizard_table not working with FlexForm
100%
Description
Copy of https://forge.typo3.org/issues/67165. Unfortunately the provided answer was not correct. The problem exists only with the table wizard, not with the link wizard.
---
wizard_table will not save the data and display the flexform-structure when used in a flexform. I've used the following code:
<config>
<type>text</type>
<cols>30</cols>
<rows>5</rows>
<wizards>
<table type="array">
<notNewRecords>1</notNewRecords>
<type>script</type>
<title>Table wizard</title>
<icon>wizard_table.gif</icon>
<params>
<xmlOutput>0</xmlOutput>
</params>
<module>
<name>wizard_table</name>
</module>
</table>
</wizards>
</config>
Updated by Christian Kuhn over 9 years ago
Thanks Jeff for insisting on this.
Confirmed now.
See ext:styleguide for examples:
wizard_7 is a simple table wizard a casual field -> if changing data and storing, it is not stored.
wizard_6 -> table 1 is a table wizard within a flex form -> wizard shows the html stuff.
Updated by Christian Kuhn over 9 years ago
- Target version set to 7.4 (Backend)
- Sprint Focus set to Stabilization Sprint
Updated by Björn Jacob over 9 years ago
- Category changed from Form Framework to 1602
Updated by Björn Jacob over 9 years ago
- Category changed from 1602 to Form Framework
Updated by Frank Nägler over 9 years ago
- Status changed from New to Accepted
- Assignee set to Frank Nägler
Updated by Gerrit Code Review over 9 years ago
- Status changed from Accepted 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/41926
Updated by Frank Nägler over 9 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset bb372c0ff00c5cd525839e5f2f1196cd1e944ad6.
Updated by Björn Jacob over 9 years ago
- Category changed from Form Framework to FormEngine aka TCEforms
Changed category to keep the boards clean ;)
Updated by Riccardo De Contardi about 7 years ago
- Status changed from Resolved to Closed