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
The text was updated successfully, but these errors were encountered:
vmusulainen
changed the title
Strange behaviour 'save' work properly within a helper?
Strange behaviour of the method 'save' within the helper
Oct 9, 2019
I have faced with strange behaviour of 'save' method.
I have a class Unit that is extended on server side
When I call method 'insert' from client side like this:
I get properly stored new unit in db, but parent unit is not updated although console output from changeName method look as
The field 'name' of parent unit has non-changed value in db.
But! the saving in method work as expected if I call it for the original object like this
The text was updated successfully, but these errors were encountered: