forked from extern/egroupware
* InfoLog: fix not working iCal export in edit window
This commit is contained in:
parent
f576fbd722
commit
9c3882b4e8
@ -485,6 +485,9 @@ app.classes.infolog = AppJS.extend(
|
||||
}
|
||||
egw_open(id,'infolog','edit',{print:1});
|
||||
break;
|
||||
case 'ical':
|
||||
template.postSubmit();
|
||||
break;
|
||||
default:
|
||||
template.submit();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user