Project

General

Profile

Bug #84682

Updated by Michael Rainer almost 6 years ago

!When it comes to bidirectional relationships, the localization handling of TYPO3 8 is a bit different than I expected to be.  

 Let's say, we use price tables have pricetables and seasons which and they are connected through over a "has has many relationship". relationship. 
 I then create Now we have a new season and assign them to a price table. 
 pricetable.  
 Whenever I translate this season, its his connections will also be translated translated, because a new record will be inserted in the mm table. 
 If Now, if I then edit the assigned price table, pricetable, the season appears twice ( original + language record ). 
 Additionaly, the sorting attribute of the mm table is broken broken, because the language record receives the default value of sorting ( 0 ). 

 *I've created a minimalistic extension to demonstrate this behaviour.* 
 [[https://github.com/sir-script/mm_typo3_8]] 

 Can anybody explain,what's explain, what's wrong here? 
 What would you expect as standard behaviour? 
 And how it should behave like?  
 Should the mm table contain these this language overlay records and the presentation is wrong? 

Back