-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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
Deployment Type
Self-hosted
NetBox Version
v4.1.0
Python Version
3.10
Steps to Reproduce
- Create a new device and add a module bay (ex: module bay name = Slot 0, position = 0)
- Create a new module type and add a component 'module bayf', with name containing the expression {module} (ex: module bay name = Subslot {module}/0, position=0
Expected Behavior
The submodule was created with the word {module} replaced by the position value. In the example, the expected name was "Subslot 0/0"
Observed Behavior
The {module} word is not replaced, and the module bay name is wrong named as "Subslot {module}/0" instead of "Subslot 0/0"
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


