mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Info: Hide "modified" attribute changes
- The info report shows modifications already. "modified" attribute updates are implied by other attributes being changed, so there is no need to clutter the report with them.
This commit is contained in:
parent
4f75652ccb
commit
55db1239bd
1 changed files with 1 additions and 0 deletions
|
@ -252,6 +252,7 @@ std::string taskInfoDifferences (
|
|||
|
||||
for (name = beforeAtts.begin (); name != beforeAtts.end (); ++name)
|
||||
if (*name != "uuid" &&
|
||||
*name != "modified" &&
|
||||
before.get (*name) != after.get (*name) &&
|
||||
before.get (*name) != "" && after.get (*name) != "")
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue