Bug TW-1274
- TW-1274 Map 'modification' attribute to 'modified' (thanks to jck).
This commit is contained in:
@@ -289,10 +289,8 @@ int CmdInfo::execute (std::string& output)
|
||||
view.set (row, 0, STRING_CMD_INFO_MODIFIED);
|
||||
|
||||
Date mod (task->get_date ("modified"));
|
||||
|
||||
std::string age = OldDuration (now - mod).format ();
|
||||
view.set (row, 1, Date (task->get_date ("modified")).toString (dateformat) +
|
||||
" (" + age + ")");
|
||||
view.set (row, 1, mod.toString (dateformat) + " (" + age + ")");
|
||||
}
|
||||
|
||||
// tags ...
|
||||
|
||||
Reference in New Issue
Block a user