mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-22 07:53:39 +01:00
* 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});
|
egw_open(id,'infolog','edit',{print:1});
|
||||||
break;
|
break;
|
||||||
|
case 'ical':
|
||||||
|
template.postSubmit();
|
||||||
|
break;
|
||||||
default:
|
default:
|
||||||
template.submit();
|
template.submit();
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user