kdheepak / taskwarrior-tui

`taskwarrior-tui`: A terminal user interface for taskwarrior
https://kdheepak.com/taskwarrior-tui
MIT License
1.4k stars 68 forks source link

The column "scheduled" is missing in task list/report #578

Closed louis-hsu closed 2 months ago

louis-hsu commented 2 months ago

Describe the bug With following report setup in 'taskrc':

report.mytest.columns=id,project,scheduled,due,description
report.mytest.labels=ID,Project,Start,Due,Description
report.mytest.sort=project+/,due+,priority-/,scheduled+,urgency-
report.mytest.filter=status:pending

command taskwarrior-tui -r mytest doesn't show the column 'scheduled/Start':

ScreenShot 2024-05-15 at 18 41 59 

To Reproduce Simply creating another report with 'scheduled' column in 'taskrc' can reproduce the issue

Environment (please complete the following information):

taskwarrior-tui --version
task --version

Additional context and information

louis-hsu commented 2 months ago

It seems v0.26.3 fix the issue. Close the issue for now and thanks for the effort