diff --git a/views/bootstrap/class.Calendar.php b/views/bootstrap/class.Calendar.php index 6b096281d..90c512dd1 100644 --- a/views/bootstrap/class.Calendar.php +++ b/views/bootstrap/class.Calendar.php @@ -208,7 +208,7 @@ class SeedDMS_View_Calendar extends SeedDMS_Bootstrap_Style { $arr[] = array( 'start'=>$item['date'], 'title'=>$item['document']->getName()."\n".$item['msg'], - 'allDay'=>false, + 'allDay'=>isset($item['allday']) ? $item['allday'] : false, 'color'=>$color, 'type'=>$item['type'], 'documentid'=> (int) $item['document']->getID(),