callumalpass_tasknotes/docs/views
callumalpass 3861d6f48b fix: Wrap blockedBy with list() in Blocking view filter (#1304)
The Blocking view filter in the Relationships base threw "Cannot find
function map on type Link" when blockedBy contained a single entry.
Bases returns single values as Link objects without a map() method.

Wrap with list() to ensure array operations work regardless of whether
blockedBy contains one or many dependencies, consistent with the
existing Blocked By view implementation.
2026-01-01 17:49:10 +11:00
..
agenda-view.md docs: add screenshots to documentation from e2e tests 2025-12-31 09:59:45 +11:00
calendar-views.md feat(#1401): add option to span tasks between scheduled and due dates 2025-12-31 14:59:34 +11:00
default-base-templates.md fix: Wrap blockedBy with list() in Blocking view filter (#1304) 2026-01-01 17:49:10 +11:00
kanban-view.md docs: add screenshots to documentation from e2e tests 2025-12-31 09:59:45 +11:00
notes-view.md update appearance of lists in the docs 2025-07-27 14:47:17 +10:00
pomodoro-view.md docs: add screenshots to documentation from e2e tests 2025-12-31 09:59:45 +11:00
task-list.md docs: add screenshots to documentation from e2e tests 2025-12-31 09:59:45 +11:00