Project

General

Profile

Actions

Bug #18139

closed

TCEforms does not save all irre-elements

Added by Malte Jansen about 16 years ago. Updated almost 16 years ago.

Status:
Closed
Priority:
Should have
Assignee:
Category:
-
Target version:
-
Start date:
2008-02-06
Due date:
% Done:

0%

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

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)

Actions

Also available in: Atom PDF