mirror of
https://github.com/DRYTRIX/TimeTracker.git
synced 2026-05-22 22:31:31 -05:00
bf62fa33f8
- Set created_by=user_id when creating tasks during CSV and Harvest import (fixes NOT NULL constraint failed: tasks.created_by, closes #459) - Send CSRF token with time-entries CSV upload FormData so /api/import/csv passes Flask-WTF validation (fixes 'The CSRF token is missing')