Bug #1023
- Fixed bug #1023, which applied default.project and default.priority during modification (thanks to Christoph Lange). - Added unit tests. - Added Christoph to the AUTHORS file.
This commit is contained in:
@@ -477,7 +477,7 @@ void TDB2::add (Task& task)
|
||||
void TDB2::modify (Task& task)
|
||||
{
|
||||
// Ensure the task is consistent, and provide defaults if necessary.
|
||||
task.validate ();
|
||||
task.validate (false);
|
||||
|
||||
// Find task, overwrite it.
|
||||
Task original;
|
||||
|
||||
Reference in New Issue
Block a user