mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-19 09:53:08 +02:00
Task: Update versions of comments
This commit is contained in:
parent
bfc9cb752c
commit
4a993afb46
1 changed files with 2 additions and 2 deletions
|
@ -1695,7 +1695,7 @@ void Task::validate (bool applyDefault /* = true */)
|
|||
else
|
||||
set ("uuid", uuid ());
|
||||
|
||||
// TODO Obsolete remove for 2.6.0
|
||||
// TODO Obsolete remove for 3.0.0
|
||||
// Recurring tasks get a special status.
|
||||
if (status == Task::pending &&
|
||||
has ("due") &&
|
||||
|
@ -1706,7 +1706,7 @@ void Task::validate (bool applyDefault /* = true */)
|
|||
status = Task::recurring;
|
||||
}
|
||||
/*
|
||||
// TODO Add for 2.6.0
|
||||
// TODO Add for 3.0.0
|
||||
if (status == Task::pending &&
|
||||
has ("due") &&
|
||||
has ("recur") &&
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue