tududi/backend/modules/tasks/queries
Chris 7f7ffd8ac9
Fix subtask ordering to prevent random reordering (#930)
Added proper ordering configuration (separate: true and order clause)
to subtask queries in query-builders.js. This ensures subtasks are
always returned in the correct order based on the 'order' field and
'created_at' timestamp, preventing the intermittent reordering bug
that occurred after checking subtasks as complete and reloading.

Fixes #921
2026-03-10 00:17:26 +02:00
..
metrics-computation.js Fix bug 366 (#764) 2026-01-07 18:18:07 +02:00
metrics-queries.js Fix in-progress tasks not appearing in Today and All Tasks views (#894) 2026-03-03 17:11:13 +02:00
query-builders.js Fix subtask ordering to prevent random reordering (#930) 2026-03-10 00:17:26 +02:00