Details
-
Problem report
-
Status: Open
-
Trivial
-
Resolution: Unresolved
-
3.0.24, 4.0.2, 4.2.0alpha2
-
None
-
Team B
Description
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.