Actions
Bug #43242
closedThe "foreign_selector" in IRRE fields does not work with foreign group field
Status:
Closed
Priority:
Must have
Assignee:
Category:
FormEngine aka TCEforms
Target version:
-
Start date:
2012-11-23
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
6.0
PHP Version:
5.3
Tags:
Complexity:
hard
Is Regression:
No
Sprint Focus:
Description
When using the foreign_selector feature in an IRRE field (parent) and a group field (child), then the dialog appears, but without selectable contents (records).
Scenario:
Parent table configuration:
[...]['columns']['irreField']['config'] = array( 'type' => 'inline', 'foreign_table' => 'childTable', 'foreign_selector' => 'childSelector', );
Child table configuration:
[...]['columns'][childSelector']['config'] = array( 'type' => 'group', 'internal_type' => 'db', 'allowed' => 'childTable', );
Actions