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
My entities and configs are here
I've tried to add collection of objects using embed_types but I've got unexpected results:
I'm trying to show only title field of Result entity in collection widget. What am I doing wrong ?
Please, help.
The text was updated successfully, but these errors were encountered:
Have you got this working? I'm trying to use s2a_collection_table but I have a different problem.
When I save my form, the child entities don't pick up the id from the parent. Do I need to setup anything else beside what you shared here? Some listeners or form type overriding like what we need if not using s2a? If so, can you post/gist some examples?
Thanks anyway @ksn135 , I finally managed to make it work.
Regarding your problem, I suggest you create 2 simple entities for testing, first without translations, then translations in the child entity and finally translations in the parent entity.
I'm saying this because I have this working with translatable children in the collection. I will soon make the parent entity also translatable, if it works I'll show you my code.
My entities and configs are here
I've tried to add collection of objects using
embed_types
but I've got unexpected results:I'm trying to show only
title
field ofResult
entity in collection widget.What am I doing wrong ?
Please, help.
The text was updated successfully, but these errors were encountered: