16.03.2016, 06:00
If you have 2 callbacks to save the houses, make sure 1 has INSERT INTO and the other has UPDATE.
Use the one with INSERT INTO for the creating, and the one with UPDATE for saving.
To be honest, i'm a bit confused now, because you showed us 2 different callbacks, and i'm not sure which one is supposed to do what.
Use the one with INSERT INTO for the creating, and the one with UPDATE for saving.
To be honest, i'm a bit confused now, because you showed us 2 different callbacks, and i'm not sure which one is supposed to do what.