mirror of
https://github.com/DRYTRIX/TimeTracker.git
synced 2026-05-19 12:50:11 -05:00
259c28e266
- TimeTrackingService.update_entry() now calls calculate_duration() when start_time or end_time is changed so duration_seconds stays correct. - Add test_update_entry_recalculates_duration_when_start_end_edited (fixes #451).