Because of this line
|
if (!Utils.isNullOrUndefined(resource[key])) { |
it is impossible to submit the value null for a property to the backend. You delete all properties with the value null!
Please consider not filtering out this value. It must be possible to reset database columns to null when an empty value is used!
see also mpbalmeida#12