Task: Update versions of comments

This commit is contained in:
Tomas Babej 2021-09-25 14:35:50 -04:00
parent bfc9cb752c
commit 4a993afb46
No known key found for this signature in database
GPG key ID: B0747C6578F7D2F5

View file

@ -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") &&