Description
Deployment Type
Self-hosted
NetBox Version
v4.2.2
Python Version
3.10
Steps to Reproduce
- Create a Virtual Circuit Type (ex: Leased Line)
- Create a Provider (ex: Level 3)
- Create a Provider Network (Ex: Level 3 MPLS)
- Create a new Virtual Circuit and fill circuit id with some string (ex: 12345)
- Use global search and find by circuit id:
Expected Behavior
The search returns with the virtual circuit object
Observed Behavior
An exception happens:
<class 'django.core.exceptions.FieldDoesNotExist'>
VirtualCircuit has no field named 'provider'
Python version: 3.10.14
NetBox version: 4.2.0
Plugins:
netbox_demo: 0.5.0