Exec calendar-event-dialog event also in show_event_dialog()

This commit is contained in:
Aleksander Machniak 2016-11-09 13:47:34 +01:00
parent 9533b219ac
commit 0d32dc639b

View file

@ -671,6 +671,8 @@ function rcube_calendar_ui(settings)
} }
rcmail.enable_command('event-history', calendar.history) rcmail.enable_command('event-history', calendar.history)
rcmail.triggerEvent('calendar-event-dialog', {dialog: $dialog});
}; };
// event handler for clicks on an attendee link // event handler for clicks on an attendee link