forked from extern/egroupware
Fix day view drag and drop invite / move action for drop on own all day non-blocking section
This commit is contained in:
parent
d040534a1f
commit
974c6105e1
@ -1076,7 +1076,8 @@ var et2_calendar_timegrid = (function(){ "use strict"; return et2_calendar_view.
|
||||
else
|
||||
{
|
||||
timegrid.iterateOver(function(col) {
|
||||
if(col.div.has(timegrid.gridHover).length)
|
||||
// Check scroll section or header section
|
||||
if(col.div.has(timegrid.gridHover).length || col.header.has(timegrid.gridHover).length)
|
||||
{
|
||||
owner_match = owner_match || col.options.owner.indexOf(id) !== -1;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user