fix not working ical export from calendar edit

This commit is contained in:
Ralf Becker 2014-02-10 12:45:57 +00:00
parent 9bfc082843
commit 7cfdae66b6

View File

@ -644,6 +644,9 @@ app.classes.calendar = AppJS.extend(
this.egw.open_link('infolog.infolog_ui.edit&action=calendar&action_id='+($j.isPlainObject(event)?event['id']:event),'_self','700x600','infolog');
this.et2._inst.submit();
break;
case 'ical':
this.et2._inst.postSubmit();
break;
default:
this.et2._inst.submit();
}