When customizing a week view, I am seeing that an item that is set to start on a day in October and not end until February is showing blanks on Saturdays. If I use the multi-day style "display multi-day item as a multiple column row" then the item displays for the full week (screen shot #1). If I use the multi-day style "display multi-day item as a single column", then two things occur: (1) only one item shows, and (2) the item shows individually for every day except all Saturdays.

Please advise. The views don't seem consistent, and because of that it seems like a rather big problem to me.

Thanks in advance for any and all help.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

Csaba Mezei’s picture

if someone still struggling with the issue, inserting a "nobrainer" patch creates a nice workaround :

          <td colspan="<?php if ($colpos+$cell['colspan']==6){
          $cell['colspan']=$cell['colspan']+1;
          }
          print $cell['colspan']?>" class="<?php print $colclass?>">
apaderno’s picture

Assigned: shpemu » Unassigned
Status: Needs work » Active
Neslee Canil Pinto’s picture

Status: Active » Closed (outdated)

Hi, there will be no more future development for 7.x branch. If you see this issue in 8.x, feel free to file an issue. Close this as Outdated.