forked from extern/egroupware
Fix drag and drop of non-blocking event makes it blocking event
This commit is contained in:
parent
28d4ebe407
commit
0077befe25
@ -2649,7 +2649,7 @@ class calendar_uiforms extends calendar_ui
|
||||
}
|
||||
|
||||
// Drag a whole day to a time
|
||||
if($duration && $durationT != 'whole_day')
|
||||
if($durationT && $durationT != 'whole_day')
|
||||
{
|
||||
$event['whole_day'] = ($duration == DAY_s);
|
||||
$event['non_blocking'] = false;
|
||||
|
Loading…
Reference in New Issue
Block a user