mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-04 20:40:14 +01:00
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
|
// Drag a whole day to a time
|
||||||
if($duration && $durationT != 'whole_day')
|
if($durationT && $durationT != 'whole_day')
|
||||||
{
|
{
|
||||||
$event['whole_day'] = ($duration == DAY_s);
|
$event['whole_day'] = ($duration == DAY_s);
|
||||||
$event['non_blocking'] = false;
|
$event['non_blocking'] = false;
|
||||||
|
Loading…
Reference in New Issue
Block a user