mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 08:34:42 +01:00
* Infolog: Fix context menu 'Schedule appointment' action opened in calendar tab instead of a popup
This commit is contained in:
parent
5a1fbe7049
commit
80e96fce6c
@ -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