module 'dcim.forms' has no attribute 'VCMemberSelectForm' #5448

Closed
opened 2025-12-29 19:28:10 +01:00 by adam · 1 comment
Owner

Originally created by @cybarox on GitHub (Sep 30, 2021).

Originally assigned to: @jeremystretch on GitHub.

NetBox version

v3.0.4

Python version

3.8

Steps to Reproduce

  1. create new virtual chassis with no members
    https://demo.netbox.dev/dcim/virtual-chassis/1/
  2. hit the add member button on virtual chassis view

Expected Behavior

display form for adding new member

Observed Behavior

Missing Attribute Error

<class 'AttributeError'>

module 'dcim.forms' has no attribute 'VCMemberSelectForm'

Python version: 3.8.10
NetBox version: 3.0.4
Originally created by @cybarox on GitHub (Sep 30, 2021). Originally assigned to: @jeremystretch on GitHub. ### NetBox version v3.0.4 ### Python version 3.8 ### Steps to Reproduce 1. create new virtual chassis with no members https://demo.netbox.dev/dcim/virtual-chassis/1/ 2. hit the add member button on virtual chassis view ### Expected Behavior display form for adding new member ### Observed Behavior Missing Attribute Error ``` <class 'AttributeError'> module 'dcim.forms' has no attribute 'VCMemberSelectForm' Python version: 3.8.10 NetBox version: 3.0.4 ```
adam added the type: bugstatus: accepted labels 2025-12-29 19:28:10 +01:00
adam closed this issue 2025-12-29 19:28:10 +01:00
Author
Owner

@jeremystretch commented on GitHub (Sep 30, 2021):

Whoops, looks like I omitted this form from __all__ during the recent refactor.

@jeremystretch commented on GitHub (Sep 30, 2021): Whoops, looks like I omitted this form from `__all__` during the recent refactor.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#5448