Project

General

Profile

Feature #22164 ยป feature_13627.diff

Administrator Admin, 2010-02-23 13:11

View differences:

t3lib/class.t3lib_tceforms_inline.php
}
// if it's required to select from possible child records (reusable children), add a selector box
if ($config['foreign_selector']) {
if ($config['foreign_selector'] && !$config['appearance']['hideSelector']) {
// if not already set by the foreign_unique, set the possibleRecords here and the uniqueIds to an empty array
if (!$config['foreign_unique']) {
$possibleRecords = $this->getPossibleRecords($table,$field,$row,$config);
    (1-1/1)