Project

General

Profile

Actions

Bug #72106

closed

Story #69617: FormEngine bugs

Flexform : category tree values in a section are not loaded

Added by Antoine Bouet over 8 years ago. Updated over 5 years ago.

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

100%

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

Description

Hi all,

When you have a category tree in a section of a flexform, the checked categories are not displayed after the refresh.

But the datas are well saved.

The categories are not checked when you quit and enter into the plugin again.

Thanks.

Actions #1

Updated by Georg Ringer over 8 years ago

  • Status changed from New to Needs Feedback

can you please add an example of your flexform, thanks!

Actions #2

Updated by Antoine Bouet over 8 years ago

Here is an example :)

<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<T3DataStructure>
    <meta>
        <langDisable>1</langDisable>
    </meta>
    <sheets>
        <sDEF>
            <ROOT>
                <TCEforms>
                    <sheetTitle>Configuration</sheetTitle>
                </TCEforms>
                <type>array</type>
                <el>
                    <settings.viewDirectory>
                        <TCEforms>
                            <label>RootPath</label>
                            <exclude>1</exclude>
                            <config>
                                <type>input</type>
                            </config>
                        </TCEforms>
                    </settings.viewDirectory>
                </el>
            </ROOT>
        </sDEF>
        <engine_configuration>
            <ROOT>
                <TCEforms>
                    <sheetTitle>LLL:EXT:my_ext/Resources/Private/Language/locallang.xlf:flexforms_tab.engine_configuration</sheetTitle>
                </TCEforms>
                <type>array</type>
                <el>
                    <settings.other_fields>
                        <section>1</section>
                        <type>array</type>
                        <el>
                            <field>
                                <type>array</type>
                                <tx_templavoila>
                                    <title>LLL:EXT:my_ext/Resources/Private/Language/locallang.xlf:flexforms_tab.element</title>
                                </tx_templavoila>
                                <el>
                                    <type_field>
                                        <TCEforms>
                                            <label>Type</label>
                                            <onChange>reload</onChange>
                                            <exclude>1</exclude>
                                            <config>
                                                <type>select</type>
                                                <items type="array">
                                                    <numIndex index="10" type="array">
                                                        <numIndex index="0">Parent categories</numIndex>
                                                        <numIndex index="1">categories_parent</numIndex>
                                                    </numIndex>
                                                    <numIndex index="12" type="array">
                                                        <numIndex index="0">Multidatepicker</numIndex>
                                                        <numIndex index="1">multidatepicker</numIndex>
                                                    </numIndex>
                                                </items>
                                                <minitems>0</minitems>
                                                <maxitems>1</maxitems>
                                                <size>1</size>
                                            </config>
                                        </TCEforms>
                                    </type_field>
                                    <default_value>
                                        <TCEforms>
                                            <label>Values</label>
                                            <exclude>1</exclude>
                                            <config>
                                                <type>input</type>
                                            </config>
                                            <displayCond>
                                                <OR>
                                                    <numIndex index="1">FIELD:type_field:!=:multidatepicker</numIndex>
                                                </OR>
                                            </displayCond>
                                        </TCEforms>
                                    </default_value>
                                    <field_select_categories_parent>
                                        <TCEforms>
                                            <label>Select</label>
                                            <exclude>1</exclude>
                                            <config>
                                                <type>select</type>
                                                <renderMode>tree</renderMode>
                                                <treeConfig>
                                                    <parentField>parent</parentField>
                                                    <appearance>
                                                        <collapseAll>TRUE</collapseAll>
                                                        <showHeader>TRUE</showHeader>
                                                    </appearance>
                                                </treeConfig>
                                                <foreign_table>sys_category</foreign_table>
                                                <size>10</size>
                                                <autoSizeMax>20</autoSizeMax>
                                                <minitems>0</minitems>
                                                <maxitems>20</maxitems>
                                            </config>
                                        </TCEforms>
                                    </field_select_categories_parent>
                                </el>
                            </field>
                        </el>
                    </settings.other_fields>
                </el>
            </ROOT>
        </engine_configuration>
    </sheets>
</T3DataStructure>
Actions #3

Updated by Antoine Bouet about 8 years ago

Have you some news ?

Actions #4

Updated by Mathias Schreiber about 8 years ago

  • Parent task set to #69617
Actions #5

Updated by Alexander Opitz almost 8 years ago

  • Status changed from Needs Feedback to New
Actions #6

Updated by Tymoteusz Motylewski over 7 years ago

can you try if it's still an issue with newest TYPO3 8.3?

Actions #7

Updated by Gerrit Code Review over 7 years ago

  • Status changed from New to Under Review

Patch set 25 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/50879

Actions #8

Updated by Gerrit Code Review over 7 years ago

Patch set 26 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/50879

Actions #9

Updated by Gerrit Code Review over 7 years ago

Patch set 27 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/50879

Actions #10

Updated by Gerrit Code Review over 7 years ago

Patch set 28 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/50879

Actions #11

Updated by Gerrit Code Review over 7 years ago

Patch set 29 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/50879

Actions #12

Updated by Gerrit Code Review over 7 years ago

Patch set 30 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/50879

Actions #13

Updated by Gerrit Code Review over 7 years ago

Patch set 31 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/50879

Actions #14

Updated by Gerrit Code Review over 7 years ago

Patch set 32 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/50879

Actions #15

Updated by Gerrit Code Review over 7 years ago

Patch set 33 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/50879

Actions #16

Updated by Gerrit Code Review over 7 years ago

Patch set 34 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/50879

Actions #17

Updated by Gerrit Code Review over 7 years ago

Patch set 35 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/50879

Actions #18

Updated by Gerrit Code Review over 7 years ago

Patch set 36 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/50879

Actions #19

Updated by Gerrit Code Review over 7 years ago

Patch set 37 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/50879

Actions #20

Updated by Gerrit Code Review over 7 years ago

Patch set 38 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/50879

Actions #21

Updated by Gerrit Code Review over 7 years ago

Patch set 39 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/50879

Actions #22

Updated by Gerrit Code Review over 7 years ago

Patch set 40 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/50879

Actions #23

Updated by Gerrit Code Review over 7 years ago

Patch set 41 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/50879

Actions #24

Updated by Gerrit Code Review over 7 years ago

Patch set 42 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/50879

Actions #25

Updated by Gerrit Code Review over 7 years ago

Patch set 43 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/50879

Actions #26

Updated by Gerrit Code Review over 7 years ago

Patch set 44 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/50879

Actions #27

Updated by Gerrit Code Review over 7 years ago

Patch set 45 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/50879

Actions #28

Updated by Gerrit Code Review over 7 years ago

Patch set 46 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/50879

Actions #29

Updated by Gerrit Code Review over 7 years ago

Patch set 47 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/50879

Actions #30

Updated by Gerrit Code Review over 7 years ago

Patch set 48 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/50879

Actions #31

Updated by Christian Kuhn over 7 years ago

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

Updated by Benni Mack over 5 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF