Open njlxyaoxinwei opened 10 years ago
Right now the TimeSlots are sometimes incorrectly rendered in Shifts view if it continues to midnight (e.g. It gets rendered to another day)
This has to do with the :on_day scope in TimeSlot model.
:on_day
The problem is quite complex and for now the STC has their timeslots end-time set to 11:45pm to avoid the issue
Right now the TimeSlots are sometimes incorrectly rendered in Shifts view if it continues to midnight (e.g. It gets rendered to another day)
This has to do with the
:on_day
scope in TimeSlot model.