Actions
Bug #19905
closedNew IRRE records don't get related to it's parent
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2009-01-24
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.2
PHP Version:
5.2
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
If you don't set "maxitems" in the TCA config the new IRRE record get's
created and displayed, but after you save, the record disappears from
the list of IRRE records.
You have to set "maxitems" and everything is fine again.
"config" => Array (
"type" => "inline",
"foreign_table" => "tx_extension_data",
//"foreign_field" => "field",
"maxitems" => 999 # you have to comment this in to work properly
)
(issue imported from #M10253)
Actions