+2008-03-08 Oliver Hader <oliver@typo3.org>
+
+ * Fixed bug #7748: IRRE - Storage page for combined child records not used
+
2008-03-03 Dmitry Dulepov <dmitry@typo3.org>
* Follow up on bug #7588: respect TSConfig settings for cache clearing (patch by Helmut Hummel)
// if this is a new record, add a pid value to store this record and the pointer value for the intermediate table
if ($isNewRecord) {
$comboFormFieldName = $this->prependFormFieldNames.'['.$comboConfig['foreign_table'].']['.$comboRecord['uid'].'][pid]';
- $out .= '<input type="hidden" name="'.$comboFormFieldName.'" value="'.$this->inlineFirstPid.'"/>';
+ $out .= '<input type="hidden" name="'.$comboFormFieldName.'" value="'.$comboRecord['pid'].'" />';
}
// if the foreign_selector field is also responsible for uniqueness, tell the browser the uid of the "other" side of the relation