Trek_CN/server/tests
Maurice 1ec2d62b1c fix(reservations): keep dated bookings on their date when the trip range shifts (#1288)
Changing a trip's start date positionally re-dates the day rows (keeping their ids), so a dated booking's day_id stayed glued to a now-re-dated day and the booking visually shifted by the offset — until you re-opened and saved it. After a date-range change, non-hotel bookings are now re-anchored to the day matching their absolute reservation_time (the same derivation create/update already use). Bookings whose date falls outside the new range are left untouched; hotels and the relative positional shift of places/notes are unaffected.
2026-06-27 20:14:52 +02:00
..
e2e v3.1.1 bug fixes (#1228) 2026-06-18 20:13:30 +02:00
fixtures feat(import): selective GPX/KML element import and performance improvements 2026-04-18 01:28:37 +02:00
helpers Release 3.1.0 (#1185) 2026-06-16 22:22:45 +02:00
integration fix(atlas): gzip-compress responses so large country GeoJSON loads behind reverse proxies (#1262) 2026-06-23 21:23:39 +02:00
unit fix(reservations): keep dated bookings on their date when the trip range shifts (#1288) 2026-06-27 20:14:52 +02:00
websocket Release 3.1.0 (#1185) 2026-06-16 22:22:45 +02:00
setup.ts Add comprehensive backend test suite (#339) 2026-04-03 13:17:53 +02:00