mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-20 04:13:07 +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
|
else
|
||||||
set ("uuid", uuid ());
|
set ("uuid", uuid ());
|
||||||
|
|
||||||
// TODO Obsolete remove for 2.6.0
|
// TODO Obsolete remove for 3.0.0
|
||||||
// Recurring tasks get a special status.
|
// Recurring tasks get a special status.
|
||||||
if (status == Task::pending &&
|
if (status == Task::pending &&
|
||||||
has ("due") &&
|
has ("due") &&
|
||||||
|
@ -1706,7 +1706,7 @@ void Task::validate (bool applyDefault /* = true */)
|
||||||
status = Task::recurring;
|
status = Task::recurring;
|
||||||
}
|
}
|
||||||
/*
|
/*
|
||||||
// TODO Add for 2.6.0
|
// TODO Add for 3.0.0
|
||||||
if (status == Task::pending &&
|
if (status == Task::pending &&
|
||||||
has ("due") &&
|
has ("due") &&
|
||||||
has ("recur") &&
|
has ("recur") &&
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue