Actions
Bug #71729
closedforeign_record_defaults stopped working inside columnsOverrides
Status:
Rejected
Priority:
Should have
Assignee:
-
Category:
FormEngine aka TCEforms
Target version:
-
Start date:
2015-11-20
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
7
PHP Version:
5.6
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
Till version 7.4.0 (at least) it was possible to set foreign_record_defaults per type in TCA using columnsOverrides:
'threecols' => array( 'columnsOverrides' => array( 'contents_irre' => array( 'config' => array( 'foreign_record_defaults' => array( 'CType' => 'threecols_item', ), ), ), )
After updating to 7.6.0 this stopped working, CType is not set in inline record.
Actions