Actions
Bug #24703
closedOS type / name are not always compared lower case
Status:
Released
Priority:
N/A
Assignee:
Category:
Web - Nodes & inventories
Target version:
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
0
Name check:
To do
Fix check:
Checked
Regression:
No
Description
Our parse OS method expects lower case comparison, but is not always called with lower case values.
Since the contract is not clear, it should toLowerCase
by itself.
Currently, it cause problems when we are unserializing nodes from JSON facts.
Can only be corrected in 8.1 since unserialisation was added here.
Actions