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
Hi,
I have two type of user: CustomerUser and ShopUser.
ShopUser has a OneToMany relationship to Location(address,city).
I need to save all data to tables (shop and location) from only RegistrationShopUserFormType. How can i do this with PUGX?
I've tried to use Form embedded and form collection, but I hasn't a good result.
Have you got any idea?
The text was updated successfully, but these errors were encountered:
Hi,
I have two type of user: CustomerUser and ShopUser.
ShopUser has a OneToMany relationship to Location(address,city).
I need to save all data to tables (shop and location) from only RegistrationShopUserFormType. How can i do this with PUGX?
I've tried to use Form embedded and form collection, but I hasn't a good result.
Have you got any idea?
The text was updated successfully, but these errors were encountered: