- 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
Milestone
Description
NetBox Edition
NetBox Community
NetBox Version
v4.4.7
Python Version
3.12
Steps to Reproduce
- Create at least 2 module bays for a device.
- Install modules in both bays.
- Edit one module bay, and select the module installed in the other bay as parent.
- Edit the same module bay again and remove the earlier selected module to remove the parent relation.
Expected Behavior
Once the parent relation is removed, the table should be updated, and also the module info page.
Observed Behavior
Removing the parent relation does not update the table info, and you can still see the installed module is linked to the module bay of the previously selected module.
If I delete the parent module, the child module will not be deleted. -> This is as expected.
If I were to do this without first removing the parent assignment, the child module would also be deleted after a prompt.
So the function is partially broken.
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