Error When
adparis99 opened this issue · 1 comments
adparis99 commented
Plugin version
v0.0.3
NetBox version
v3.5.1
Python version
3.1
Steps to Reproduce
- Create a Static Route object
- Create a custom field of type multiple objects assigned to the dcim.device model
- Configure the object type as NetBox Routing > Static Route
- Navigate to a device and try to assign the recently created Static Route object
Expected Behavior
The device is assigned the static route(s). The main purpose of this attempt is to gain visibility from the device view into what routes are assigned.
Observed Behavior
The error below appears:
<class 'netbox.api.exceptions.SerializerNotFound'>
Could not determine serializer for netbox_routing.StaticRoute with prefix 'Nested'
DanSheps commented
This should be fixed, however there will also be a view tab for routes now as well that should obsoslete the need for this.