Actions
Bug #1713
closedEvent log are logged even when there is no modification
Status:
Rejected
Priority:
3
Assignee:
Category:
Web - Compliance & node report
Target version:
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
Name check:
Fix check:
Regression:
Description
It seems that there is a lot of events logged in "administration/eventLogs" screen that should not be logged because there is no real modification, for example:
Query changed
from:
{"select":"node","composition":"And","where":[{"objectType":"node","attribute":"OS","comparator":"eq","value":"Linux"}]}
to:
{"select":"node","composition":"And","where":[{"objectType":"node","attribute":"OS","comparator":"eq","value":"Linux"}]}
Or:
Target changed
from: to:
1.0 1.0
Perhaps is it a sequel of #1474 ?
Actions