Dateien
TaskMate/backend/routes
Server Deploy ba8bef7680 v403: Bugfix Archivierung + Task-Duplizieren
Zwei verwandte Frontend/Backend-Bugs behoben:

1. Archivierte Aufgaben liessen sich nicht wiederherstellen
   - Task war nie im Frontend-Store (Board laedt nur archived=0)
   - store.updateTask() ist no-op fuer unbekannte IDs
   - task:archived Socket-Event hatte keinen Frontend-Handler

   Fix: Backend emittiert/retourniert vollen Task, Frontend
   fuegt ihn via store.addTask ein, schliesst archive-modal,
   neuer sync.js-Handler haelt andere Clients in sync.

2. Dupliziertes Task verlor abgehakte Subtasks
   - INSERT INTO subtasks liess completed-Spalte weg -> Default 0
   - task_assignees wurden ueberhaupt nicht mitkopiert

   Fix: subtasks-INSERT um completed erweitert, task_assignees
   analog zu task_labels mitkopiert.

CACHE_VERSION 402 -> 403.
2026-04-18 12:15:40 +02:00
..
2025-12-28 21:36:45 +00:00
2026-01-10 10:32:52 +00:00
2025-12-28 21:36:45 +00:00
2025-12-28 21:36:45 +00:00
2025-12-28 21:36:45 +00:00
2025-12-30 19:17:07 +00:00
2025-12-28 21:36:45 +00:00
2025-12-28 21:36:45 +00:00
2025-12-28 21:36:45 +00:00
2025-12-28 21:36:45 +00:00
2025-12-28 21:36:45 +00:00
2025-12-28 21:36:45 +00:00
2025-12-28 21:36:45 +00:00
2025-12-28 21:36:45 +00:00
2026-01-06 21:49:26 +00:00
2025-12-28 21:36:45 +00:00
2025-12-30 22:49:56 +00:00
2025-12-28 21:36:45 +00:00