Skip to content

AttributeError during Tag Bulk Import #20098

@maxblome

Description

@maxblome

Deployment Type

Self-hosted

NetBox Version

v4.3.6

Python Version

3.12

Steps to Reproduce

  1. Open "Tag Bulk Import" (/extras/tags/import/)
  2. Insert data

Example data:

name,slug,color
test,test,00ff00
  1. Submit import

Expected Behavior

The tag should be imported.

Observed Behavior

<class 'AttributeError'>

'NoneType' object has no attribute 'app_label'

Python version: 3.12.3
NetBox version: 4.3.6-Docker-3.3.0
Plugins: None installed

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