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