kolaente
ac853537e9
fix(tasks): make subtask root condition NULL-safe and search-aware
...
When expanding subtasks, a task was excluded from the roots via NOT over
LEFT-JOINed parent columns. Any filter predicate evaluating to NULL on
the parent row (e.g. due_date <= X with a dateless parent) made the
whole condition NULL, silently dropping the child from the result — it
was neither a root nor nested anywhere. This hit saved filters, list
views with date filters and the gantt view by default.
Rebuild the root condition as a correlated NOT EXISTS subquery, where a
NULL predicate collapses to a clean FALSE, and mirror the free-text
search into the parent predicate so searching for a subtask by title no
longer hides it when its parent does not match the search.
2026-07-15 19:31:14 +02:00
..
2026-07-03 16:56:03 +00:00
2026-04-20 18:55:06 +00:00
2026-04-20 18:55:06 +00:00
2026-07-07 11:38:33 +02:00
2026-07-03 16:56:03 +00:00
2026-07-03 16:56:03 +00:00
2026-07-03 16:56:03 +00:00
2026-06-27 15:01:54 +00:00
2026-06-27 15:01:54 +00:00
2026-03-30 12:28:15 +00:00
2026-03-30 12:28:15 +00:00
2026-03-30 12:28:15 +00:00
2026-05-15 17:25:09 +02:00
2026-05-01 14:44:10 +00:00
2026-05-15 17:25:09 +02:00
2026-06-12 08:56:08 +00:00
2026-05-01 14:44:10 +00:00
2026-05-01 14:44:10 +00:00
2026-06-05 08:51:39 +00:00
2026-06-09 20:13:02 +00:00
2026-05-20 21:02:14 +00:00
2026-05-20 21:02:14 +00:00
2026-06-17 18:39:38 +00:00
2026-07-03 16:56:03 +00:00
2026-06-17 18:39:38 +00:00
2026-07-07 11:38:33 +02:00
2026-07-03 23:18:00 +02:00
2026-07-03 23:18:00 +02:00
2026-06-17 21:16:41 +00:00
2026-07-07 11:38:33 +02:00
2026-07-07 11:57:04 +00:00
2026-07-07 11:57:04 +00:00
2026-06-09 11:40:04 +00:00
2026-05-31 15:27:44 +02:00
2026-06-05 09:17:25 +00:00
2026-04-09 15:38:07 +00:00
2026-06-05 09:17:25 +00:00
2026-07-07 11:57:04 +00:00
2026-07-07 11:57:04 +00:00
2026-06-02 11:55:25 +00:00
2026-07-07 11:38:33 +02:00
2026-06-08 13:54:09 +00:00
2026-06-17 21:18:04 +00:00
2026-06-17 21:18:04 +00:00
2026-06-17 21:18:04 +00:00
2026-05-15 17:25:09 +02:00
2026-05-15 17:25:09 +02:00
2026-03-27 23:05:04 +00:00
2026-06-29 17:18:05 +02:00
2026-06-19 10:15:58 +02:00
2026-06-19 10:15:58 +02:00
2026-04-20 18:55:06 +00:00
2026-04-20 18:55:06 +00:00
2026-06-18 20:57:05 +00:00
2026-07-07 11:38:33 +02:00
2026-04-20 18:55:06 +00:00
2026-06-18 20:57:05 +00:00
2026-04-20 18:55:06 +00:00
2026-06-01 13:04:34 +00:00
2026-07-07 11:38:33 +02:00
2026-06-09 21:34:22 +00:00
2026-07-07 11:38:33 +02:00
2026-06-07 10:40:20 +00:00
2026-06-19 18:27:33 +02:00
2026-06-08 13:54:09 +00:00
2026-07-07 11:38:33 +02:00
2026-07-07 11:38:33 +02:00
2026-06-18 20:57:05 +00:00
2026-06-18 20:57:05 +00:00
2026-04-09 16:22:56 +00:00
2026-07-01 12:42:32 +00:00
2026-07-13 07:50:32 +00:00
2026-07-13 07:50:32 +00:00
2026-07-06 15:45:55 +00:00
2026-07-15 19:31:14 +02:00
2026-07-06 15:45:55 +00:00
2026-06-12 08:56:08 +00:00
2026-06-03 19:57:26 +00:00
2026-07-07 11:57:04 +00:00
2026-07-07 11:57:04 +00:00
2026-06-01 14:13:39 +02:00
2026-07-03 19:58:39 +02:00
2026-07-03 19:58:39 +02:00
2026-04-05 12:20:35 +00:00
2026-06-09 20:42:00 +00:00
2026-07-07 11:38:33 +02:00
2026-06-17 21:16:41 +00:00
2026-07-06 15:45:55 +00:00
2026-07-15 19:31:14 +02:00
2026-05-31 12:56:57 +00:00
2026-07-07 11:38:33 +02:00
2026-07-07 11:57:04 +00:00
2026-04-20 18:55:06 +00:00
2026-06-18 20:57:05 +00:00
2026-04-20 18:55:06 +00:00
2026-06-18 20:57:05 +00:00
2026-07-07 11:38:33 +02:00
2026-06-12 08:56:08 +00:00
2026-06-08 13:54:09 +00:00
2026-05-06 16:08:16 +02:00
2026-05-01 14:44:10 +00:00
2026-05-01 14:44:10 +00:00
2026-06-11 20:07:43 +00:00
2026-07-02 19:39:00 +02:00
2026-06-18 20:57:05 +00:00
2026-06-10 19:12:41 +00:00