plugins/calendar

Thomas Brüderli bruederli at kolabsys.com
Thu Aug 7 12:52:45 CEST 2014


 plugins/calendar/calendar_ui.js |    4 ++++
 1 file changed, 4 insertions(+)

New commits:
commit f41cca6c099753c7504611c04218327829154db4
Author: Thomas Bruederli <bruederli at kolabsys.com>
Date:   Thu Aug 7 12:52:30 2014 +0200

    Also refresh the currently displayed details dialog when event was updated on the server

diff --git a/plugins/calendar/calendar_ui.js b/plugins/calendar/calendar_ui.js
index 932e7ea..dc72e2d 100644
--- a/plugins/calendar/calendar_ui.js
+++ b/plugins/calendar/calendar_ui.js
@@ -3028,6 +3028,10 @@ function rcube_calendar_ui(settings)
         // update main view
         event.editable = source.editable;
         update_view(fc, event, source);
+
+        // update the currently displayed event dialog
+        if ($('#eventshow').is(':visible') && me.selected_event && me.selected_event.id == event.id)
+          event_show_dialog(event)
       }
       // refetch all calendars
       else if (p.refetch) {




More information about the commits mailing list