You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Okey, say we have this scenario: we have 2 entities, Building & BuildingTranslation. Every Building has translations in 3 languages. So 5 Buildings = 15 BuildingTranslation entries in database.
So what I basically want to do is to assign buildings to BuildingTranslation respectively.
I've tried multiple ways of doing it but couldn't make it work so I found a workaround:
You can see that I calculated referencing entity manually with building_entity<($current-X)>
Is there any other way to make this work? It would be really great to have a feature to loop through the referencing fixtures from the first to the last. Hopefully this will help someone out, at least.
The text was updated successfully, but these errors were encountered:
Okey, say we have this scenario: we have 2 entities, Building & BuildingTranslation. Every Building has translations in 3 languages. So 5 Buildings = 15 BuildingTranslation entries in database.
So what I basically want to do is to assign buildings to BuildingTranslation respectively.
I've tried multiple ways of doing it but couldn't make it work so I found a workaround:
You can see that I calculated referencing entity manually with building_entity<($current-X)>
Is there any other way to make this work? It would be really great to have a feature to loop through the referencing fixtures from the first to the last. Hopefully this will help someone out, at least.
The text was updated successfully, but these errors were encountered: