Project

General

Profile

Task #45148

Updated by Mathias Schreiber over 8 years ago

typo3/show_item.php does not consider workspace references, that might be IRRE or plain MM. 
 The reason is the the overlay still uses the uid of the original record (which is the placeholder on new workspace records). 
 The fix is to use the processed record index "_ORIG_uid" instead of "uid" here, if available. 

 !references_example.png!

Back