You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is one of the options that taskwarrior reports support. Usually reports have the option of limit:page to limit the number of todos that show up. By default taskwarrior-tui uses the filter of the next report as the default filter as shown here - look for the uda.taskwarrior-tui.task-report.next.filter=$(task show report.next.filter) line
So your options to fix this are to:
Update the next report at the taskwarrior level to remove the limit docs
Update the filter at the taskwarrior-tui level using the uda option shown above
pass in the -r flag to the taskwarrior-tui command to set a report
Describe the bug
TUI not showing all the task. is there any hard limit how many task it would show.
When I complete one task then other tasks show up.
I can run tasksh and all list is there.
To Reproduce
Steps to reproduce the behavior:
create context. add 24 task in the list. after that no new task would show up in the list.
Environment (please complete the following information):
Additional context and information
The text was updated successfully, but these errors were encountered: