mirror of https://gitee.com/bigwinds/arangodb
query view frontend
This commit is contained in:
parent
abf221ed82
commit
64f3dba10c
|
@ -286,15 +286,7 @@
|
|||
importCustomQueries: function () {
|
||||
var result, fetched, self = this;
|
||||
if (this.allowUpload === true) {
|
||||
|
||||
this.collection.fetch({
|
||||
async: true,
|
||||
success: function() {
|
||||
result = self.collection.saveQueries(self.file);
|
||||
}
|
||||
});
|
||||
|
||||
console.log(result);
|
||||
result = self.collection.saveQueries(self.file);
|
||||
}
|
||||
},
|
||||
|
||||
|
|
Loading…
Reference in New Issue