Closed williamjameshandley closed 3 years ago
Great report! This should be now fixed with #105, I will release 2.4.3 to ship this fix out.
cracking work! I can confirm that fixes the wait functionality in taskwiki. Many thanks.
Amazing! Thanks for checking :slightly_smiling_face:
The
task.waiting
functionality is now broken, always returning false. I suspect this is due to the upcoming deprecation.However, at the moment this is causing an error in the performance of taskwiki in that now the
[W]
tag never appears, and saving files will thereforeunwait
tasks which previously were waiting, which is causing quite a lot of problems with my task planning.This can be fixed either at the taskwiki or tasklib side by replacing the
task.waiting
attribute with one that tests iftask['wait'] is not None
, rather thantask['status']==WAITING
. @tbabej is probably the best person to comment on where/how this should be fixed.