I found a bug when the number of total row is calculated on calendar weekly view.

$total_rows = max(count($multiday_buckets[$i]) + 1, $total_rows);

The single day bucket is ingored. The patch is coming.

CommentFileSizeAuthor
#2 total_rows_error-2724625-1.patch845 byteskovacsaba
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

kovacsaba created an issue. See original summary.

kovacsaba’s picture

Patch attached

kovacsaba’s picture

Status: Active » Needs review
apaderno’s picture

Version: 7.x-3.5 » 7.x-3.x-dev
joelpittet’s picture