-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Closed
Labels
severity: mediumResults in substantial degraded or broken functionality for specfic workflowsResults in substantial degraded or broken functionality for specfic workflowsstatus: 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.0.9
Python Version
3.11
Steps to Reproduce
Try to assign a new member to any virtual chassis.
Expected Behavior
Assigning should complete without raising an Exception when setting the success message.
Observed Behavior
Submitting the form results in a KeyError, likely due to this line:
Line 3443 in cf62178
| _('Added member <a href="{url}">{escape(device)}</a>').format(url=device.get_absolute_url()) |
Metadata
Metadata
Assignees
Labels
severity: mediumResults in substantial degraded or broken functionality for specfic workflowsResults in substantial degraded or broken functionality for specfic workflowsstatus: 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