Bug #50787
closedFlexForm Select-Conditions by FlexForm-Field
0%
Description
We where trying to use FlexForm with a MM-Relation.
We tried to setup this by example of tt_address:
- We have Adress-Records assigned to Address-Groups
- We have Address-Group Records
Then we had the need of an individual Output for them and tried to build a FlexForm-FCE contains an Adress-Group (tt_address_group) Select and an Address-Select (tt_address).
Then we tried to configure the Address-Selector to use tt_address_group_mm (with TCA "MM") to pre-filter the Adress-Selection by the Group selected previously.
ExampleWe have:
- Adress 1 related to Address-Group "A"
- Adress 2 related to Address-Group "B"
In our FCE created we get both Adresses shown in Address-Select.
Then we select Address-Group "B" and Address-Select should only show "Address 2" (as member of Address-Group "B" we selected).
Result
We was unable to configure this "simple" relation. This bug seems to be related to #50785. But despite of that we are unshure how this case can be covered correctly and didn't find a working example on something similar.