mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-01 11:20:19 +02:00
Feature #457
- Tasks may now be given an 'until' date, after which they expire and are deleted.
This commit is contained in:
parent
d122173103
commit
665bc197dc
11 changed files with 40 additions and 18 deletions
|
@ -203,7 +203,7 @@ int CmdInfo::execute (std::string& output)
|
|||
if (task->has ("until"))
|
||||
{
|
||||
row = view.addRow ();
|
||||
view.set (row, 0, STRING_CMD_INFO_RECUR_UNTIL);
|
||||
view.set (row, 0, STRING_CMD_INFO_UNTIL);
|
||||
view.set (row, 1, Date (task->get_date ("until")).toString (dateformat));
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue