forked from extern/egroupware
* Infolog: Fix context menu 'Schedule appointment' action opened in calendar tab instead of a popup
This commit is contained in:
parent
399826e993
commit
f1af9eb659
@ -1227,7 +1227,7 @@ class infolog_ui
|
||||
'url' => 'menuaction=calendar.calendar_uiforms.edit&'.
|
||||
Link::get_registry('calendar', 'add_app') . '[]=infolog&'.Link::get_registry('calendar','add_id').'[]=$id',
|
||||
'allowOnMultiple' => false,
|
||||
'popup' => Link::get_registry('calendar', 'add_popup'),
|
||||
'popup' => Link::get_registry('calendar', 'edit_popup')
|
||||
);
|
||||
}
|
||||
if ($GLOBALS['egw_info']['user']['apps']['timesheet'])
|
||||
|
Loading…
Reference in New Issue
Block a user