Project

General

Profile

Actions

Bug #69047

closed

Returned value from "form field wizard" in flexform is not stored in database

Added by Armin Vieweg over 8 years ago. Updated over 6 years ago.

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

100%

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

Description

When using a wizard in Flexform like the wizard_element_browser the value from the popup will be returned correctly and visible in the input field which got the wizard. But when saving the record, the value is gone.

This is such a wizard configuration:

<config>
        <type>input</type>
        <size>50</size>
        <max>256</max>
        <eval>trim</eval>
        <softref>typolink</softref>
        <wizards type="array">
                <link type="array">
                        <type>popup</type>
                        <title>Link</title>
                        <icon>EXT:backend/Resources/Public/Images/FormFieldWizard/wizard_link.gif</icon>
                        <module type="array">
                                <name>wizard_element_browser</name>
                                <urlParameters type="array">
                                        <mode>wizard</mode>
                                </urlParameters>
                        </module>
                        <JSopenParams>width=800,height=600,status=0,menubar=0,scrollbars=1</JSopenParams>
                </link>
        </wizards>
</config>

The reason why the value is not stored in database properly, is that there are two form fields are existing:
  1. data[tt_content][NEW123...][pi_flexform][data][sheet0][lDEF][settings.link][vDEF]_hr
  2. data[tt_content][NEW123...][pi_flexform][data][sheet0][lDEF][settings.link][vDEF]

But just the first one got the value from the wizard. The second field remains empty (or got the original value), but this is the field which will be transfered to server.

When editing the input manually, using the keyboard, it works and both form fields got the entered value.


Related issues 2 (0 open2 closed)

Related to TYPO3 Core - Bug #75943: Returned value from "form field wizard" in flexform is not stored in database, when compatibility6 is installedClosed2016-04-27

Actions
Has duplicate TYPO3 Core - Bug #70602: Page link wizard does not save selected page uidClosed2015-10-12

Actions
Actions #1

Updated by Armin Vieweg over 8 years ago

Tested in TYPO3 7.4.0

Actions #2

Updated by Frank Nägler over 8 years ago

  • Category set to FormEngine aka TCEforms
  • Status changed from New to Accepted
  • Assignee set to Frank Nägler
  • Target version set to 7.5
  • Sprint Focus set to Stabilization Sprint
Actions #3

Updated by Benni Mack over 8 years ago

  • Target version changed from 7.5 to 7 LTS
  • Sprint Focus deleted (Stabilization Sprint)
Actions #4

Updated by Gerrit Code Review over 8 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/43741

Actions #5

Updated by Frank Nägler over 8 years ago

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

Updated by Riccardo De Contardi over 6 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF