mirror of https://gitee.com/bigwinds/arangodb
Frontend: Fixed an inconsistency. If a Modal-Dialog was open and the URL was changed manually the Dialog is kept. When closing the dialog the URL was changed but there was no redirection. Now redirection is triggered
This commit is contained in:
parent
0884078a25
commit
79659893aa
|
@ -35,7 +35,7 @@ var collectionView = Backbone.View.extend({
|
|||
}
|
||||
},
|
||||
hidden: function () {
|
||||
window.App.navigate("#");
|
||||
window.App.navigate("#", {trigger: true});
|
||||
},
|
||||
fillModal: function() {
|
||||
try {
|
||||
|
|
Loading…
Reference in New Issue