mirror of https://gitee.com/bigwinds/arangodb
bugfix database nav menue, collections not re-fetched/rendered
This commit is contained in:
parent
e18a38edaa
commit
2237d1a93f
|
@ -111,6 +111,11 @@
|
|||
success: function(data) {
|
||||
self.updateDatabases();
|
||||
window.modalView.hide();
|
||||
window.App.naviView.dbSelectionView.collection.fetch({
|
||||
success: function() {
|
||||
window.App.naviView.dbSelectionView.render($("#dbSelect"));
|
||||
}
|
||||
});
|
||||
}
|
||||
});
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue