Actions
Bug #28819
openDomain and subnet parameters issue with host search
Status:
New
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Description
- create a domain parameter on domain#1, ex: `test-param=value1`
- search hosts with filter `params.test-param=value1`
-> all hosts part of domain#1 are listed, OK
- create the same parameter on a subnet not part of domain domain#1 and set a different value, ex: `test-param=value2`
- search hosts with filter `params.test-param=value1`
-> No entries found
expected: all hosts part of domain#1 are listed
Updated by Anthony Chevalet almost 5 years ago
It seems that subnet parameters override domain parameters even when the subnet is not part of this domain.
Actions