VirtualCircuit has no field named 'provider' #10736

Closed
opened 2025-12-29 21:35:21 +01:00 by adam · 2 comments
Owner

Originally created by @tsettle on GitHub (Feb 5, 2025).

Deployment Type

Self-hosted

NetBox Version

v4.2.2

Python Version

3.11

Steps to Reproduce

  1. Create Virtual Circuit
  2. Search for Virtual Circuit by name

Expected Behavior

Should get a list of objects that match the search string.

Observed Behavior

Server Error

<class 'django.core.exceptions.FieldDoesNotExist'>

VirtualCircuit has no field named 'provider'

Python version: 3.11.11
NetBox version: 4.2.2
Plugins: None installed

Was also able to observe this on demo.netbox.dev.

Originally created by @tsettle on GitHub (Feb 5, 2025). ### Deployment Type Self-hosted ### NetBox Version v4.2.2 ### Python Version 3.11 ### Steps to Reproduce 1. Create Virtual Circuit 2. Search for Virtual Circuit by name ### Expected Behavior Should get a list of objects that match the search string. ### Observed Behavior Server Error ``` <class 'django.core.exceptions.FieldDoesNotExist'> VirtualCircuit has no field named 'provider' Python version: 3.11.11 NetBox version: 4.2.2 Plugins: None installed ``` Was also able to observe this on demo.netbox.dev.
adam added the type: bugstatus: duplicate labels 2025-12-29 21:35:21 +01:00
adam closed this issue 2025-12-29 21:35:22 +01:00
Author
Owner

@arthanson commented on GitHub (Feb 5, 2025):

Thank you for opening a bug report. I was unable to reproduce the reported behavior on NetBox v4.2.3. Please re-confirm the reported behavior on the current stable release and adjust your post above as necessary. Remember to provide detailed steps that someone else can follow using a clean installation of NetBox to reproduce the issue. Remember to include the steps taken to create any initial objects or other data.

@arthanson commented on GitHub (Feb 5, 2025): Thank you for opening a bug report. I was unable to reproduce the reported behavior on NetBox v4.2.3. Please re-confirm the reported behavior on the current stable release and adjust your post above as necessary. Remember to provide detailed steps that someone else can follow using a clean installation of NetBox to reproduce the issue. Remember to include the steps taken to create any initial objects or other data.
Author
Owner

@jeremystretch commented on GitHub (Feb 5, 2025):

Pretty sure this is a duplicate of #18497, which was fixed in v4.2.3.

@jeremystretch commented on GitHub (Feb 5, 2025): Pretty sure this is a duplicate of #18497, which was fixed in v4.2.3.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#10736