From 20581c8178a825bf2dee63f2d8631d71af63aeb8 Mon Sep 17 00:00:00 2001 From: Chris Date: Tue, 10 Mar 2026 14:15:44 +0200 Subject: [PATCH] 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