-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Labels
severity: lowDoes not significantly disrupt application functionality, or a workaround is availableDoes not significantly disrupt application functionality, or a workaround is availablestatus: acceptedThis issue has been accepted for implementationThis issue has been accepted for implementationtype: bugA confirmed report of unexpected behavior in the applicationA confirmed report of unexpected behavior in the application
Milestone
Description
Deployment Type
Self-hosted
NetBox Version
v4.3.6
Python Version
3.12
Steps to Reproduce
- Open "Tag Bulk Import" (
/extras/tags/import/
) - Insert data
Example data:
name,slug,color
test,test,00ff00
- 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 availableDoes not significantly disrupt application functionality, or a workaround is availablestatus: acceptedThis issue has been accepted for implementationThis issue has been accepted for implementationtype: bugA confirmed report of unexpected behavior in the applicationA confirmed report of unexpected behavior in the application