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 May 30, 2019. It is now read-only.
I'm trying to change the address of the store, but nothing is happening. The backoffice says that the store is saved, but in database, no changes are done.
It seems like the relation between Store and Address is missing the cascade attribute, but even with this attribute, it is not working.
If someone has an idea. I try to make a PR if I find a solution.
Hi,
I'm trying to change the address of the store, but nothing is happening. The backoffice says that the store is saved, but in database, no changes are done.
It seems like the relation between Store and Address is missing the cascade attribute, but even with this attribute, it is not working.
If someone has an idea. I try to make a PR if I find a solution.
Thanks