mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-08 23:19:04 +01:00
Make dragging/dropping over events work even if you do it right on the event.
This commit is contained in:
parent
0861a6d58c
commit
174a63f86f
@ -199,6 +199,9 @@ var et2_calendar_event = et2_valueWidget.extend([et2_IDetachedDOM],
|
||||
.empty()
|
||||
.append(this.title)
|
||||
.append(this.body)
|
||||
|
||||
// Let timegrid always get the drag
|
||||
.droppable('option','greedy',false)
|
||||
|
||||
// ?
|
||||
.attr('data-draggable-id',event['id']+'_O'+event.owner+'_C'+(event.owner<0?'group'+Math.abs(event.owner):event.owner))
|
||||
|
Loading…
Reference in New Issue
Block a user