Project

General

Profile

Bug #80699

Updated by Thomas Hohn about 7 years ago

We have a BackendPage with some in-line elements and in the inline elements there is foreign TCA relation to another table.  

 When we create a new element (before saving it) we would like to be able to display the existing relations - but the 
 ###REC_FIELD_questions_uid### UID of the new inline-element is empty NEWxxxxxxx making it impossible to use AND questions_uid=###REC_FIELD_questions_uid### 
 in the foreign_table_where.  
 This used to be the case in previous versions of TYPO3. 

 The problem seems to be in the processing of ###REC_FIELD_field_name### where an extra condition could be added in case that the 
 ###REC_FIELD_field_name### matches the [inlineParentConfig][foreign_field] it could be assigned the value from $result['inlineParentUid'] 
 which is present at that time. 

Back