-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Closed
Labels
netboxseverity: 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
Description
NetBox version
3.6.3
Python version
3.8
Steps to Reproduce
- Create devices without a name
- Select and Bulk Rename those devices
- Disable Regex
- Attempt a rename operation
Of note, I am also unable to rename nameless devices with Regex on, but no error is observed.
Expected Behavior
The renaming of bulk devices operation should be successful.
Observed Behavior
<class 'AttributeError'>
'NoneType' object has no attribute 'replace'
Python version: 3.8.10
NetBox version: 3.6.3
Plugins:
netbox_demo: 0.3.1
Metadata
Metadata
Assignees
Labels
netboxseverity: 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