Fixes #1357
If you try to save a multiple event offerings time slot with today's date, even if the time is later than when you are creating it will give you an error like below. I do not believe this is the expected functionality.
Changes
I added the start time to the date object in the isDateInPast function
Issue Description
Fixes #1357 If you try to save a multiple event offerings time slot with today's date, even if the time is later than when you are creating it will give you an error like below. I do not believe this is the expected functionality.
Changes
Testing
git checkout fixSameDayEvent