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 2d2db4b commit e185a1aCopy full SHA for e185a1a
js/view-action/toolbar.js
@@ -686,7 +686,7 @@ return Backbone.View.extend({
686
var updatedModel = this.getData(true);
687
this.model.set(updatedModel);
688
this.model.save(this.model.changedAttributes(), {
689
- patch: !this.model.isNew(),
+ patch: !this.model.isNew() && !Evol.Config.localStorage,
690
success: function(m){
691
fnSuccess(m);
692
that.collection.set(m, {remove:false});
0 commit comments