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:
@@ -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) != "")
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user