-
Problem report
-
Resolution: Unresolved
-
Trivial
-
None
-
3.0.24, 4.0.2, 4.2.0alpha2
Steps to reproduce:
- Use a frontend to create templated host prototype;
- Observe that frontend doesn't allow to update inventory mode once;
- Use API client to update inventory mode:
{ "hostid": "10110", "inventory": { "inventory_mode": 0 } }
Result:
Changes are made successfully.