agendas: do not use minimal_booking_time in min_booking_datetime computation (#76303) #65

Merged
ecazenave merged 3 commits from wip/76303-minimal-booking-time into main 2023-04-11 15:53:54 +02:00

3 Commits

Author SHA1 Message Date
Emmanuel Cazenave c7e9c0cd81 agendas: change wording on minimal_booking_time (#76303)
gitea/chrono/pipeline/head This commit looks good Details
2023-04-11 12:29:39 +02:00
Emmanuel Cazenave c866e7e4a4 agendas: change max_booking_datetime implementation (#76303)
When a minimal_booking_time is defined max_booking_datetime's time is always midnight.
The switch max_booking_datetime += 1 occurs at minimal_booking_time.

When a minimal_booking_time is None, booking_datetime's time is the current time.
2023-04-11 12:29:19 +02:00
Emmanuel Cazenave 3855cfccb6 agendas: do not use minimal_booking_time in min_booking_datetime computation (#76303) 2023-04-11 12:23:03 +02:00