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
{{ message }}
This repository was archived by the owner on Jan 8, 2026. It is now read-only.
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?
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?