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 #1

Updated by Christian Kuhn almost 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.

Actions #2

Updated by Christian Kuhn almost 9 years ago

  • Target version set to 7.4 (Backend)
  • Sprint Focus set to Stabilization Sprint
Actions #3

Updated by Björn Jacob almost 9 years ago

  • Category changed from Form Framework to 1602
Actions #4

Updated by Björn Jacob almost 9 years ago

  • Category changed from 1602 to Form Framework
Actions #5

Updated by Frank Nägler almost 9 years ago

  • Status changed from New to Accepted
  • Assignee set to Frank Nägler
Actions #6

Updated by Gerrit Code Review almost 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

Actions #7

Updated by Frank Nägler almost 9 years ago

  • Status changed from Under Review to Resolved
  • % Done changed from 0 to 100
Actions #8

Updated by Björn Jacob almost 9 years ago

  • Category changed from Form Framework to FormEngine aka TCEforms

Changed category to keep the boards clean ;)

Actions #9

Updated by Riccardo De Contardi over 6 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF