Viewing 4 replies - 1 through 4 (of 4 total)
  • I am experiencing the same issue. Let me know if you find a fix for this. I have to schedule it for the full hour or it will bug out by taking the entire column.

    Thread Starter Justin Frydman

    (@defunctlife)

    I did hack the pluging up a bit to fix it:

    includes/master_schedule.php

    line: 715

    if($shift['time']['start_hour'] == 0 && $shift['time']['end_hour'] == 0) { ///midnight to midnight shows
    
                                                    // this seems to be breaking shows that run at 12:00am, so commenting it out for now
                                                    // $rowspan = 24;
    
                                            }

    This issue is fixed in the latest version.

    Thanks Nikki,
    This solved my issue as well. Great plugin!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘12am rowspan bug’ is closed to new replies.