Needs review
Project:
Calendar
Version:
8.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
21 Mar 2024 at 17:59 UTC
Updated:
26 Feb 2026 at 22:53 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
rauch commentedIt seems that the problem is partly caused by this patch: https://www.drupal.org/project/calendar/issues/3255924#comment-15041499
Comment #3
rauch commentedComment #5
rauch commentedTo solve this on my site, I customized the patch from here: https://www.drupal.org/project/calendar/issues/3255924#comment-15041499
Lines: 731, 740
And created an issue fork here.
Comment #6
rauch commentedComment #7
joelpittetMoving to dev branch as that is where code is fixed.
Comment #9
mortona2k commentedI merged the latest from dev into the MR.
There's was not much left, just removing a float? This change is still here and we'll need to decide whether to keep it.
I modified the template condition for printing that first cell. Looks like
loop.indexwas always 1 for some reason? I usediinstead.Needs testing for single and multi day displays.
Here's how it looks now: