Project

General

Profile

Actions

Bug #71729

closed

foreign_record_defaults stopped working inside columnsOverrides

Added by Rainer Becker over 8 years ago. Updated over 8 years ago.

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.


Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Feature #76671: columnsOverrides does not affect newly added inline elementsClosed2016-06-17

Actions
Actions

Also available in: Atom PDF