Project

General

Profile

Actions

Bug #43242

closed

The "foreign_selector" in IRRE fields does not work with foreign group field

Added by Kai Vogel over 11 years ago. Updated about 4 years ago.

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',
);


Related issues 2 (0 open2 closed)

Related to TYPO3 Core - Bug #22643: Symmetric biderectional records, does not work with type=groupClosed2010-05-13

Actions
Related to TYPO3 Core - Bug #17255: Combined mode doesn't work with type 'group'Closed2007-04-27

Actions
Actions

Also available in: Atom PDF