mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-23 00:13:35 +01:00
Fix calendar Action->Infolog opens not as popup
This commit is contained in:
parent
cdd295fd5c
commit
1960c8c7f7
@ -698,7 +698,7 @@ app.classes.calendar = AppJS.extend(
|
||||
this.et2._inst.submit();
|
||||
break;
|
||||
case 'infolog':
|
||||
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),'_blank','700x600','infolog');
|
||||
this.et2._inst.submit();
|
||||
break;
|
||||
case 'ical':
|
||||
|
Loading…
Reference in New Issue
Block a user