Skip to content

QinQ role not nullable #19396

@Etibru

Description

@Etibru

Deployment Type

Self-hosted

NetBox Version

v4.2.7

Python Version

3.10

Steps to Reproduce

  1. Create (or update) a vlan like this (with the qinq_role as null):
{
  "name": "Test",
  "vid":8,
  "status": "active",
  "description": "Hey",
  "qinq_role": null
}

Expected Behavior

Normally this would set the role to null

Observed Behavior

400 / Error: Bad Request

{
  "qinq_role": [
    "This field may not be blank."
  ]
}

Metadata

Metadata

Assignees

Labels

severity: lowDoes not significantly disrupt application functionality, or a workaround is availablestatus: acceptedThis issue has been accepted for implementationtype: bugA confirmed report of unexpected behavior in the application

Type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions