Bug Description
Description
When attempting to timebox a task using the click-and-drag method in the single-day calendar view (calendar-default), the resulting search/selection modal exclusively displays completed tasks. Active, uncompleted tasks do not appear in the search results at all, making it impossible to schedule them via the calendar grid UI.
Steps to Reproduce
- Open a
.base file configured as a tasknotesCalendar set to the single-day/time grid view.
- Click and drag the mouse down the calendar grid to create a timeblock slot.
- Release the mouse button to prompt the context menu/search window to add a task to the timeblock.
- Observe the list of available tasks in the search window.
Expected Behavior
The search modal should prioritize or at least include active/uncompleted tasks so they can be scheduled into the selected timeblock.
Actual Behavior
The search window only populates with completed tasks. Active tasks are entirely missing from the search results, even when searching for their exact names.
Troubleshooting Steps Already Taken
I have verified that this is not a user-error or configuration issue by completing the following:
- Verified
.base filters: Checked the underlying .base file to ensure there are no rogue status == "done" filters applied to the view.
- Checked Plugin Status Settings: Verified in
Settings -> TaskNotes -> Task Properties that the "Completed" toggle is only applied to actual completed statuses (like done) and not accidentally applied to open or in-progress statuses.
- Cleared Modal History: Ensured the search bar inside the modal is completely empty and free of lingering tags or status filters.
- Re-indexed/Restarted: Completely restarted Obsidian to force Bases and TaskNotes to clear cache and re-index the vault. The issue persists.
-
- Re-set to default TaskNotes Bases: Completely deleted and re-created default bases for TaskNotes.
Environment Details
- Operating System: macOS 26
- Obsidian Version: 1.12.7
- TaskNotes Version: 4.5.3
Bug Description
Description
When attempting to timebox a task using the click-and-drag method in the single-day calendar view (
calendar-default), the resulting search/selection modal exclusively displays completed tasks. Active, uncompleted tasks do not appear in the search results at all, making it impossible to schedule them via the calendar grid UI.Steps to Reproduce
.basefile configured as atasknotesCalendarset to the single-day/time grid view.Expected Behavior
The search modal should prioritize or at least include active/uncompleted tasks so they can be scheduled into the selected timeblock.
Actual Behavior
The search window only populates with completed tasks. Active tasks are entirely missing from the search results, even when searching for their exact names.
Troubleshooting Steps Already Taken
I have verified that this is not a user-error or configuration issue by completing the following:
.basefilters: Checked the underlying.basefile to ensure there are no roguestatus == "done"filters applied to the view.Settings -> TaskNotes -> Task Propertiesthat the "Completed" toggle is only applied to actual completed statuses (likedone) and not accidentally applied toopenorin-progressstatuses.Environment Details