We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e185a1a commit c07860fCopy full SHA for c07860f
dist/evolutility.js
@@ -6719,7 +6719,7 @@ return Backbone.View.extend({
6719
var updatedModel = this.getData(true);
6720
this.model.set(updatedModel);
6721
this.model.save(this.model.changedAttributes(), {
6722
- patch: !this.model.isNew(),
+ patch: !this.model.isNew() && !Evol.Config.localStorage,
6723
success: function(m){
6724
fnSuccess(m);
6725
that.collection.set(m, {remove:false});
0 commit comments