taskwarrior-web icon indicating copy to clipboard operation
taskwarrior-web copied to clipboard

Trying to annotate a recurring task hangs

Open theunraveler opened this issue 11 years ago • 2 comments

Because taskwarrior asks for confirmation about annotating all instances of the task.

theunraveler avatar Jun 27 '13 17:06 theunraveler

I don't understand how this occurs, given that you turn off confirmation for all commands:

synrg@shade:~$ task add test recur:weekly due:today Test Created task 22. synrg@shade:~$ task 22 annotate rc.confirmation=no Really? Annotating task 22 'test Test'. Annotated 1 task. Configuration override rc.confirmation:no

Please make a failing spec for this.

synrg avatar Aug 09 '13 10:08 synrg

It's not asking for confirmation, it's asking for user input for a process that it doesn't know what to do with (in this case, it doesn't know whether you want to annotate only the given instance of the task, or all tasks in the recurring sequence).

theunraveler avatar Sep 03 '13 15:09 theunraveler