[build][xs]: build.
This commit is contained in:
4
dist/recline.js
vendored
4
dist/recline.js
vendored
@@ -3367,10 +3367,6 @@ my.MultiView = Backbone.View.extend({
|
|||||||
// note this.model and dataset returned are the same
|
// note this.model and dataset returned are the same
|
||||||
// TODO: set query state ...?
|
// TODO: set query state ...?
|
||||||
this.model.queryState.set(self.state.get('query'), {silent: true});
|
this.model.queryState.set(self.state.get('query'), {silent: true});
|
||||||
this.model.fetch()
|
|
||||||
.fail(function(error) {
|
|
||||||
self.notify({message: error.message, category: 'error', persist: true});
|
|
||||||
});
|
|
||||||
},
|
},
|
||||||
|
|
||||||
setReadOnly: function() {
|
setReadOnly: function() {
|
||||||
|
|||||||
Reference in New Issue
Block a user