Bug #18139
closedTCEforms does not save all irre-elements
0%
Description
I just discover, that the tceform does not save all irre-elements. Only the first element is saved.
For simulation use following extension and remove the maja_condition:
http://typo3.org/extensions/repository/view/maja_condrequired/0.0.2/
replace "field2" with following lines:
"field2" => Array (
"exclude" => 1,
"label" => "Field 2: Trigger4;Subfield2-at least one item, Trigger4;Subfield3-at least two items",
"config" => Array (
"type" => "inline",
"foreign_table" => "tx_majacondrequired_irre",
"minitems" => 3,
"requiredCond" => "trigger4;1&!field2;1-|trigger4;2&!field2;2-",
)
),
(issue imported from #M7415)