From c1bd68281cfca823f2a271451bd3c8aaddf59c16 Mon Sep 17 00:00:00 2001 From: Hadi Nategh Date: Mon, 4 Nov 2013 09:34:33 +0000 Subject: [PATCH] Fix not refreshing the calendar list when we save, apply or delete an entry --- calendar/inc/class.calendar_uiforms.inc.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/calendar/inc/class.calendar_uiforms.inc.php b/calendar/inc/class.calendar_uiforms.inc.php index 5418b9a2b6..0b080ec7c9 100644 --- a/calendar/inc/class.calendar_uiforms.inc.php +++ b/calendar/inc/class.calendar_uiforms.inc.php @@ -852,7 +852,7 @@ class calendar_uiforms extends calendar_ui } $msg = $message . ($msg ? ', ' . $msg : ''); - + egw_framework::refresh_opener($msg, 'calendar'); // writing links for new entry, existing ones are handled by the widget itself if (!$content['id'] && is_array($content['link_to']['to_id'])) { @@ -958,7 +958,7 @@ class calendar_uiforms extends calendar_ui 'msg' => $msg, )); } - + egw_framework::refresh_opener($msg, 'calendar', $content['id'], $button['save']?'update': 'delete'); egw_framework::window_close(); common::egw_exit(); }