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 ?
Updated by Jonathan CLARKE about 13 years ago
- Target version changed from 19 to 21
Updated by Jonathan CLARKE about 13 years ago
- Target version changed from 21 to 23
Updated by Jonathan CLARKE about 13 years ago
- Target version changed from 23 to 2.3.0
Updated by Jonathan CLARKE about 13 years ago
- Status changed from New to Discussion
This no longer seems to happen - keeping open as Discussion to see if it still exists, François, can you confirm?
Updated by François ARMAND about 13 years ago
I can't reproduce it (neither on my machine nor on CI instances).
I believe it should be closed as invalid.
Updated by Jonathan CLARKE about 13 years ago
- Status changed from Discussion to Rejected
Actions