* Infolog: Fix context menu 'Schedule appointment' action opened in calendar tab instead of a popup

This commit is contained in:
nathangray 2019-10-15 10:19:02 -06:00
parent 399826e993
commit f1af9eb659

View File

@ -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'])