DanSheps / netbox-routing

A Netbox Routing plugin
Apache License 2.0
50 stars 6 forks source link

Error When #10

Closed adparis99 closed 1 year ago

adparis99 commented 1 year ago

Plugin version

v0.0.3

NetBox version

v3.5.1

Python version

3.1

Steps to Reproduce

  1. Create a Static Route object
  2. Create a custom field of type multiple objects assigned to the dcim.device model
  3. Configure the object type as NetBox Routing > Static Route
  4. 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 1 year ago

This should be fixed, however there will also be a view tab for routes now as well that should obsoslete the need for this.