mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-27 05:11:41 +02: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.egw.open_link('infolog.infolog_ui.edit&action=calendar&action_id='+($j.isPlainObject(event)?event['id']:event),'_self','700x600','infolog');
|
||||||
this.et2._inst.submit();
|
this.et2._inst.submit();
|
||||||
break;
|
break;
|
||||||
|
case 'ical':
|
||||||
|
this.et2._inst.postSubmit();
|
||||||
|
break;
|
||||||
default:
|
default:
|
||||||
this.et2._inst.submit();
|
this.et2._inst.submit();
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user