mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
Merge branch '1.9.4' of tasktools.org:task into 1.9.4
This commit is contained in:
commit
77f26994a6
3 changed files with 50 additions and 32 deletions
|
@ -388,7 +388,6 @@ int handleCustomReport (const std::string& report, std::string& outs)
|
|||
{
|
||||
Date dt (::atoi (created.c_str ()));
|
||||
age = Duration (now - dt).formatCompact ();
|
||||
|
||||
context.hooks.trigger ("format-age_compact", "age_compact", age);
|
||||
table.addCell (row, columnCount, age);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue