mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-13 17:38:28 +01:00
* InfoLog: fix not working iCal export in edit window
This commit is contained in:
parent
47c94ee9a5
commit
fa23705c10
@ -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