-
Notifications
You must be signed in to change notification settings - Fork 171
Open
Description
CMS: 4.3.1, 4.4.0-alpha
When setting up a recurring event in the Schedule, the system fails to create events in the specified month interval ("Every x Month") if the event is set to repeat based on the "on the X day" rule. The system defaults to repeating the event every single month.
Steps to Reproduce
- Go to the Schedule page of the CMS.
- Click on 'Add Event'.
- Set 'Event Type' to 'Layout' and choose a layout, click Next.
- Choose a display and click Next.
- Set 'Dayparting' to 'Custom' and pick the following Start and End Times, then click Next.
- Go to the 'Repeats' tab and set the options as follows:
- Set Monthly Repeat Rule to "on the X day" (e.g., "on the 3rd day").
- Set Month Interval to "Every 2 Month".
- Click Save.
Expected:
The system schedules the event to be shown on the 3rd day of every other month.
Example: Event schedules for Month 1, Month 3, Month 5, etc.
Actual:
The system schedules the event to be shown on the 3rd day of every month.
Example: Event schedules for Month 1, Month 2, Month 3, Month 4, etc.