mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-03-15 07:58:23 +01:00
* Calendar: Fix conflict popup opened with an error
This commit is contained in:
parent
e2dcaeeaee
commit
f91bf7ea4e
@ -1709,11 +1709,15 @@ app.classes.calendar = (function(){ "use strict"; return AppJS.extend(
|
||||
else if (template)
|
||||
{
|
||||
// Open conflicts
|
||||
var data = jQuery.extend({},template.widgetContainer.getArrayMgr('content').data, app.calendar.quick_add);
|
||||
var data = jQuery.extend(
|
||||
{menuaction: 'calendar.calendar_uiforms.ajax_conflicts'},
|
||||
template.widgetContainer.getArrayMgr('content').data,
|
||||
app.calendar.quick_add
|
||||
);
|
||||
|
||||
egw.openPopup(
|
||||
egw.link(
|
||||
'/index.php?menuaction=calendar.calendar_uiforms.ajax_conflicts',
|
||||
'/index.php',
|
||||
data
|
||||
),
|
||||
850, 300,
|
||||
|
Loading…
Reference in New Issue
Block a user