Problem/Motivation

Calendar sets the legacy is_multi_day property directly, but CalendarEvent::getIsMultiDay() relies on a separate internal flag that is not always updated. This causes inconsistent multi-day detection and rendering behaviour.

Steps to reproduce

Proposed resolution

TBD

Remaining tasks

User interface changes

API changes

Data model changes

Issue fork calendar-3571118

Command icon Show commands

Start within a Git clone of the project using the version control instructions.

Or, if you do not have SSH keys set up on git.drupalcode.org:

Comments

joelpittet created an issue. See original summary.

joelpittet’s picture

Status: Active » Fixed

Committing this to clean up the code base a small bit and reduce the complexity of an already complex module...

Now that this issue is closed, review the contribution record.

As a contributor, attribute any organization that helped you, or if you volunteered your own time.

Maintainers, credit people who helped resolve this issue.

  • joelpittet committed d4e5c575 on 8.x-1.x
    fix: #3571118 Drop 'is_multi_day' legacy handling; rely on public '...

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.