Files
TimeTracker/app
Dries Peeters a5d3c0582c fix(timer): resolve 405 when starting a timer from tasks/project views
Use GET route `timer.start_timer_for_project` instead of POST-only `timer.start_timer`
in task and project templates. This fixes “405 Method Not Allowed” when starting a
timer from /tasks and /tasks/<id>, and from the project view.
2025-09-03 14:31:48 +02:00
..