Interface Bulk edit fails if vlan_group is set to null #8353

Closed
opened 2025-12-29 20:35:43 +01:00 by adam · 0 comments
Owner

Originally created by @jiuka on GitHub (Jul 21, 2023).

Originally assigned to: @kkthxbye-code on GitHub.

NetBox version

v3.5.6

Python version

3.8

Steps to Reproduce

  1. Select multiple Interfaces and click on Edit below the list.
  2. Activate Set Null for the 802.1Q Switching> VLAN group option
  3. Click on save

Expected Behavior

There is no Set Null option as the group is used for filtering only or at least no error is raised.

Observed Behavior

Server Error is raised.

<class 'AttributeError'>

'NoneType' object has no attribute 'null'

Python version: 3.8.10
NetBox version: 3.5.6
Originally created by @jiuka on GitHub (Jul 21, 2023). Originally assigned to: @kkthxbye-code on GitHub. ### NetBox version v3.5.6 ### Python version 3.8 ### Steps to Reproduce 1. Select multiple Interfaces and click on Edit below the list. 2. Activate `Set Null` for the `802.1Q Switching`>` VLAN group` option 3. Click on save ### Expected Behavior There is no `Set Null` option as the group is used for filtering only or at least no error is raised. ### Observed Behavior Server Error is raised. ``` <class 'AttributeError'> 'NoneType' object has no attribute 'null' Python version: 3.8.10 NetBox version: 3.5.6 ```
adam added the type: bugstatus: acceptedseverity: medium labels 2025-12-29 20:35:43 +01:00
adam closed this issue 2025-12-29 20:35:43 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#8353