mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
Bug
- The 'duplicate' command used TDB2::commit, but TDB::nextId.
This commit is contained in:
parent
72bd579cf4
commit
94ce784f33
1 changed files with 1 additions and 1 deletions
|
@ -106,7 +106,7 @@ int CmdDuplicate::execute (std::string& output)
|
|||
|
||||
// TODO This should be a call in to feedback.cpp.
|
||||
if (context.verbose ("new-id"))
|
||||
out << format (STRING_CMD_ADD_FEEDBACK, context.tdb.nextId ()) + "\n";
|
||||
out << format (STRING_CMD_ADD_FEEDBACK, context.tdb2.next_id ()) + "\n";
|
||||
|
||||
context.footnote (onProjectChange (dup));
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue