You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
All day events are displaying on the wrong day. They do still have the all-day styling. But they may show on the day after they actually start on. Related to #111.
Jira: MYNCI-1276
Cause
The calendar shows some events on the day after they start. What's going other than here is less clear.
There it is selecting IsAllDayEvent, and the events are getting assigned the all day event class and showing up that way. But they're on the wrong day.
This could be a problem with the widget itself that needs to go to Akumina. I'm not sure. We do have a customized view of the widget. We should try:
Recreating the issue on Pre-Prod
Changing the widget view back to the stock view and seeing if the issue goes away
If yes: We debug our view
If no: We report to Akumina
The text was updated successfully, but these errors were encountered:
I'm not actually seeing this as a problem on PROD at the moment. I think what I thought was a problem was actually me looking at the events from 2024 and comparing them to the calendar on 2025. Due to the way the years shook out everything was shifted by one day.
Problem
All day events are displaying on the wrong day. They do still have the all-day styling. But they may show on the day after they actually start on. Related to #111.
Jira: MYNCI-1276
Cause
The calendar shows some events on the day after they start. What's going other than here is less clear.
akumina-mynci/site/src/js/widgets/EventsWidget/config/config.json
Line 42 in 3390f77
There it is selecting
IsAllDayEvent
, and the events are getting assigned the all day event class and showing up that way. But they're on the wrong day.This could be a problem with the widget itself that needs to go to Akumina. I'm not sure. We do have a customized view of the widget. We should try:
The text was updated successfully, but these errors were encountered: