mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
TDB2
- Fixed problem with backlog - TDB2::modify should call backlog.add_task but was calling backlog.modify_task.
This commit is contained in:
parent
d22871b265
commit
c23f663408
1 changed files with 1 additions and 1 deletions
|
@ -480,7 +480,7 @@ void TDB2::modify (const Task& task)
|
|||
undo.add_line ("---\n");
|
||||
|
||||
// Add modified task to backlog.
|
||||
backlog.modify_task (task);
|
||||
backlog.add_task (task);
|
||||
}
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue