mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-27 19:17:19 +02:00
Task Validation
- Fixed validation bug whereby recurring child tasks inherited the parent status ("recurring") instead of the expected "pending". - Modified 'add' command to code duplicated in Task::validate. - Cleaned up associated bug.period.t unit test.
This commit is contained in:
parent
8e34a02811
commit
b09351c517
6 changed files with 24 additions and 32 deletions
|
@ -93,8 +93,8 @@ public:
|
|||
~TDB2 ();
|
||||
|
||||
void set_location (const std::string&);
|
||||
void add (const Task&);
|
||||
void modify (const Task&);
|
||||
void add (Task&);
|
||||
void modify (Task&);
|
||||
void commit ();
|
||||
void synch ();
|
||||
void revert ();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue