Update "modified" on modification
This commit is contained in:
committed by
Dustin J. Mitchell
parent
a1b64a05ba
commit
6cd5bf1237
@@ -1826,7 +1826,7 @@ void Task::validate (bool applyDefault /* = true */)
|
||||
if ((status == Task::pending) && (get ("end") != ""))
|
||||
remove ("end");
|
||||
|
||||
// Provide an entry date unless user already specified one.
|
||||
// Provide a modified date unless user already specified one.
|
||||
if (! has ("modified") || get ("modified") == "")
|
||||
setAsNow ("modified");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user