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:
Wilhelm Schuermann 2015-03-23 16:28:53 +01:00
parent 4f75652ccb
commit 55db1239bd

View file

@ -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) != "")
{