Bug #39032
closedTCE nested Flex-Fields are displayed, but not saved
0%
Description
I noticed that TCA Flex-Fields can be nested (TCA Flex-Field containing FlexForm with field of type "flex"...). Currently saving of such nested FlexForm-Values isn't working (or blocked).
Basically those fields would produce Values-XML containing also nested XML of Values. I think this doesn't make sense. I think it would be much more reliable to have an additional DB-Table that holds these Fields as FlexValue-Storage:
uid,ref_table,ref_uid,flex_values
So each FlexForm that isn't using the "parent-level" right in a real database (TCA Flex-Field) should be triggered to save it's values into this table using the parent-table and parent-uid (current table holding the flex-field) as reference.
Loading of such fields should load these contents using the reference.
Currently saving such FlexForms will throw no error, but loose the values. In some cases these nested FlexForms are very useful to display complex database structures in combination with EXT:dynaflex f.e.
Updated by Mathias Schreiber almost 10 years ago
- Target version set to 7.4 (Backend)
- Is Regression set to No
Updated by Susanne Moog over 9 years ago
- Target version changed from 7.4 (Backend) to 7.5
Updated by Benni Mack about 9 years ago
- Target version changed from 7.5 to 7 LTS
Updated by Mathias Schreiber about 9 years ago
- Status changed from New to Rejected
We won't support this, sorry.