Project

General

Profile

Actions

Bug #68107

closed

wizard_table not working with FlexForm

Added by Jeff C almost 9 years ago. Updated over 6 years ago.

Status:
Closed
Priority:
Should have
Assignee:
Category:
FormEngine aka TCEforms
Target version:
Start date:
2015-05-27
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
7
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Stabilization Sprint

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>


Related issues 2 (0 open2 closed)

Related to TYPO3 Core - Bug #67165: wizard_table not working with FlexFormClosed2015-05-27

Actions
Related to TYPO3 Core - Bug #68398: Table content element options have no labelsClosed2015-07-20

Actions
Actions

Also available in: Atom PDF