Project

General

Profile

Actions

Bug #82146

closed

Data is lost on flexform field with renderType selectTree if form not fully loaded when saving

Added by José Ricardo over 6 years ago. Updated over 4 years ago.

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

0%

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

Description

Hi, I have a flexform with some fields, one of they being this:

<category>
    <TCEforms>
        <label>LLL:EXT:cw_news/Resources/Private/Language/locallang.xlf:flexform.sNEWSFILTER.category</label>
        <config>
            <type>select</type>
            <renderType>selectTree</renderType>
            <size>10</size>
            <foreign_table>sys_category</foreign_table>
            <foreign_table_where>AND (sys_category.sys_language_uid = 0 OR sys_category.l10n_parent = 0) ORDER BY sys_category.sorting</foreign_table_where>
            <treeConfig type="array">
                <expandAll>true</expandAll>
                <parentField>parent</parentField>
                <appearance type="array">
                    <showHeader>true</showHeader>
                    <expandAll>true</expandAll>
                </appearance>
            </treeConfig>
            <autoSizeMax>10</autoSizeMax>
            <minitems>0</minitems>
            <maxitems>500</maxitems>
        </config>
    </TCEforms>
</category>

If I check a category and save, everything goes nice. But after saving, if I save again before the form is fully loaded (and the field not rendered yet), the data is lost.


Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Bug #86954: Categories are lost, when saving before category tree is loaded completelyClosed2018-11-20

Actions
Actions #1

Updated by José Ricardo over 6 years ago

  • Description updated (diff)
Actions #2

Updated by Wouter Wolters over 6 years ago

  • Status changed from New to Needs Feedback

What is the exact TYPO3 version you are using?

Actions #3

Updated by José Ricardo over 6 years ago

TYPO3 8.7.4

Actions #4

Updated by Wouter Wolters over 6 years ago

  • Status changed from Needs Feedback to New

Ok, not the issue I was thinking of we fixed in one of the latest versions.

Actions #5

Updated by Susanne Moog about 6 years ago

  • Category set to FormEngine aka TCEforms
Actions #6

Updated by Tymoteusz Motylewski over 4 years ago

  • Status changed from New to Resolved

It should be already fixed, if not please reopen.

Actions #7

Updated by Tymoteusz Motylewski over 4 years ago

  • Status changed from Resolved to Closed
Actions #8

Updated by Rémy DANIEL over 4 years ago

  • Related to Bug #86954: Categories are lost, when saving before category tree is loaded completely added
Actions

Also available in: Atom PDF