Closed saimn closed 9 years ago
If oldValue is false or 0, oldValue in the mutate event is set to null and we are losing the original value.
oldValue
Could you give a bit more information behind this PR? Perhaps an example of code which simulates the problem in action? Also can you add a unit test for this?
PR has been merged in the 0.9 branch. Thanks!
If
oldValue
is false or 0,oldValue
in the mutate event is set to null and we are losing the original value.