Feature #22164 ยป feature_13627.diff
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);
|