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
DataObjectParser.prototype.set overwrites property sections complete when adding properties to the resulting model. Is it possible to add a merge mechanism like $obj[$key] = _.merge($obj[$key]||{},$data); in line 35 in dataobject-parser.js? So nested properties can survive in the merge process like in this example:
Hi altogether, I have a simple question:
DataObjectParser.prototype.set
overwrites property sections complete when adding properties to the resulting model. Is it possible to add a merge mechanism like$obj[$key] = _.merge($obj[$key]||{},$data);
in line 35 in dataobject-parser.js? So nested properties can survive in the merge process like in this example:I would like to see the the property 'anotherProp' from the first object even when overwriting the second one...
Greetings Olli
The text was updated successfully, but these errors were encountered: