From 75b962426671a01b6500c74f6f7ed0ead5d04f1b Mon Sep 17 00:00:00 2001 From: Hadi Nategh Date: Tue, 17 Jun 2014 16:03:54 +0000 Subject: [PATCH] Fix calendar multiselect accounts not change the view after submit --- phpgwapi/templates/default/uiaccountsel.tpl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/phpgwapi/templates/default/uiaccountsel.tpl b/phpgwapi/templates/default/uiaccountsel.tpl index b33bb81889..5a376eb644 100644 --- a/phpgwapi/templates/default/uiaccountsel.tpl +++ b/phpgwapi/templates/default/uiaccountsel.tpl @@ -85,8 +85,9 @@ break; } } - } + } } + opener.jQuery('#uical_select_owner').change(); } window.close(); }