RlHelper::generateOccurrences can yield occurrendes before $rangeStart

Created on 9 November 2023, over 1 year ago

Problem/Motivation

Debugging an error reported by client with some range intersections, found an issue where RlHelper::generateOccurrences is yielding an occurrence that is before the $rangeStart date passed in.

Steps to reproduce

TBC

Proposed resolution

We are checking:

      if ($rangeStart) {
        if ($occurrenceStart < $rangeStart && $occurrenceEnd < $rangeStart) {
          continue;
        }
      }

Shouldn't this just be if ($occurrenceStart < $rangeStart)?

Remaining tasks

Confirm bug
Write tests
Fix.

🐛 Bug report
Status

Active

Version

3.2

Component

Code

Created by

🇦🇺Australia acbramley

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Merge Requests

Comments & Activities

Production build 0.71.5 2024