From 79659893aad157eb31a606c94b8c4fa4b9c26350 Mon Sep 17 00:00:00 2001 From: Michael Hackstein Date: Thu, 28 Mar 2013 11:10:13 +0100 Subject: [PATCH] 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 --- html/admin/js/views/collectionView.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html/admin/js/views/collectionView.js b/html/admin/js/views/collectionView.js index c6da8ce46f..47f46bc565 100644 --- a/html/admin/js/views/collectionView.js +++ b/html/admin/js/views/collectionView.js @@ -35,7 +35,7 @@ var collectionView = Backbone.View.extend({ } }, hidden: function () { - window.App.navigate("#"); + window.App.navigate("#", {trigger: true}); }, fillModal: function() { try {