Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
jiuka opened this issue Jul 21, 2023 · 0 comments · Fixed by #13243
Closed

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

jiuka opened this issue Jul 21, 2023 · 0 comments · Fixed by #13243
Assignees
Labels
severity: medium Results in substantial degraded or broken functionality for specfic workflows status: accepted This issue has been accepted for implementation type: bug A confirmed report of unexpected behavior in the application

Comments

@jiuka
Copy link

jiuka commented Jul 21, 2023

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
@jiuka jiuka added the type: bug A confirmed report of unexpected behavior in the application label Jul 21, 2023
@abhi1693 abhi1693 added status: needs owner This issue is tentatively accepted pending a volunteer committed to its implementation severity: medium Results in substantial degraded or broken functionality for specfic workflows labels Jul 21, 2023
@kkthxbye-code kkthxbye-code added status: accepted This issue has been accepted for implementation and removed status: needs owner This issue is tentatively accepted pending a volunteer committed to its implementation labels Jul 23, 2023
@kkthxbye-code kkthxbye-code self-assigned this Jul 23, 2023
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Oct 26, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
severity: medium Results in substantial degraded or broken functionality for specfic workflows status: accepted This issue has been accepted for implementation type: bug A confirmed report of unexpected behavior in the application
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants