X-Git-Url: http://git.tine20.org/?p=tine20;a=blobdiff_plain;f=tine20%2FCalendar%2Fjs%2FEventEditDialog.js;h=88f23007a2f03bbe53575cc401b5b9578ec08466;hp=1dde516c8725f4a9883ef0278888c3678a73c975;hb=5e64ae080d3fb86e1a2ec91d1a6fb4cba033eb1c;hpb=66311664b6821050197ff8b60bb40723dc3cddfc;ds=sidebyside diff --git a/tine20/Calendar/js/EventEditDialog.js b/tine20/Calendar/js/EventEditDialog.js index 1dde516..88f2300 100644 --- a/tine20/Calendar/js/EventEditDialog.js +++ b/tine20/Calendar/js/EventEditDialog.js @@ -345,7 +345,9 @@ Tine.Calendar.EventEditDialog = Ext.extend(Tine.widgets.dialog.EditDialog, { this.on('render', function() {this.getForm().add(organizerCombo);}, this); - this.rrulePanel = new Tine.Calendar.RrulePanel({}); + this.rrulePanel = new Tine.Calendar.RrulePanel({ + eventEditDialog : this + }); this.alarmPanel = new Tine.widgets.dialog.AlarmPanel({}); this.attendeeStore = this.attendeeGridPanel.getStore();