Failed device creation on types with nested inventory #9007
Labels
beta
Concerns a bug/feature in a beta release
status: accepted
This issue has been accepted for implementation
type: bug
A confirmed report of unexpected behavior in the application
NetBox version
v3.2.0 beta2
Python version
3.9
Steps to Reproduce
Can be reproduced on the beta demo
You will get the following error:
<class 'django.core.exceptions.FieldError'>
Cannot resolve keyword 'device' into field. Choices are: _name, child_items, component, component_id, component_type, component_type_id, created, description, device_type, device_type_id, id, label, last_updated, level, lft, manufacturer, manufacturer_id, name, parent, parent_id, part_id, rght, role, role_id, tree_id
Python version: 3.8.10
NetBox version: 3.2.0-beta2
Expected Behavior
When I have a device type with nested inventory, I can create a device from that type
Observed Behavior
A FieldError exception was raised
The text was updated successfully, but these errors were encountered: