ValueError exception when attempting to create a virtual chassis with no devices selected #1579

Closed
opened 2025-12-29 16:33:10 +01:00 by adam · 0 comments
Owner

Originally created by @jeremystretch on GitHub (Feb 27, 2018).

Issue type

[ ] Feature request
[x] Bug report
[ ] Documentation

Environment

  • Python version: 3.5.2
  • NetBox version: 2.3.0

Description

When the "create virtual chassis" button at the bottom of the device list is clicked without first selecting one or more devices, an exception is triggered:

ValueError at /dcim/virtual-chassis/add/
Cannot use None as a query value
Originally created by @jeremystretch on GitHub (Feb 27, 2018). ### Issue type [ ] Feature request <!-- An enhancement of existing functionality --> [x] Bug report <!-- Unexpected or erroneous behavior --> [ ] Documentation <!-- A modification to the documentation --> ### Environment * Python version: 3.5.2 * NetBox version: 2.3.0 ### Description When the "create virtual chassis" button at the bottom of the device list is clicked without first selecting one or more devices, an exception is triggered: ``` ValueError at /dcim/virtual-chassis/add/ Cannot use None as a query value ```
adam added the type: bugstatus: accepted labels 2025-12-29 16:33:10 +01:00
adam closed this issue 2025-12-29 16:33:10 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#1579