mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-24 03:41:53 +02:00
Fix drag and drop 'Move to' with all day non-blocking events in day view did not remove original user
This commit is contained in:
parent
6b39b40449
commit
b3e8a5e38c
@ -1367,13 +1367,12 @@ var et2_calendar_timegrid = (function(){ "use strict"; return et2_calendar_view.
|
|||||||
if(timegrid.daily_owner)
|
if(timegrid.daily_owner)
|
||||||
{
|
{
|
||||||
timegrid.iterateOver(function(col) {
|
timegrid.iterateOver(function(col) {
|
||||||
if(col.div.has(timegrid.gridHover).length)
|
if(col.div.has(timegrid.gridHover).length || col.header.has(timegrid.gridHover).length)
|
||||||
{
|
{
|
||||||
add_owner = col.options.owner;
|
add_owner = col.options.owner;
|
||||||
}
|
}
|
||||||
}, this, et2_calendar_daycol);
|
}, this, et2_calendar_daycol);
|
||||||
}
|
}
|
||||||
debugger;
|
|
||||||
egw().json('calendar.calendar_uiforms.ajax_invite', [
|
egw().json('calendar.calendar_uiforms.ajax_invite', [
|
||||||
button_id==='series' ? event_data.id : event_data.app_id,
|
button_id==='series' ? event_data.id : event_data.app_id,
|
||||||
add_owner,
|
add_owner,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user