Fix subtask ordering to prevent random reordering (#931)
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
This commit is contained in:
parent
7f7ffd8ac9
commit
20581c8178