Bug #67165
closedwizard_table not working with FlexForm
0%
Description
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>