Loading src/Plugin/Field/FieldType/OfficeHoursItemList.php +4 −1 Original line number Diff line number Diff line Loading @@ -150,7 +150,10 @@ class OfficeHoursItemList extends FieldItemList implements OfficeHoursItemListIn } } elseif ($day > $today) { if ($next_day === NULL) { if($item->isExceptionDay()) { // @todo Add Support for Exception day. #3307517. } elseif ($next_day === NULL) { $next_day = $day; } elseif ($next_day < $today) { Loading Loading
src/Plugin/Field/FieldType/OfficeHoursItemList.php +4 −1 Original line number Diff line number Diff line Loading @@ -150,7 +150,10 @@ class OfficeHoursItemList extends FieldItemList implements OfficeHoursItemListIn } } elseif ($day > $today) { if ($next_day === NULL) { if($item->isExceptionDay()) { // @todo Add Support for Exception day. #3307517. } elseif ($next_day === NULL) { $next_day = $day; } elseif ($next_day < $today) { Loading