mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-23 07:09:20 +01:00
fix not working ical export from calendar edit
This commit is contained in:
parent
9bfc082843
commit
7cfdae66b6
@ -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();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user