20738 update vc_position in delete not signal handler #924

Closed
opened 2026-04-05 18:53:17 +02:00 by MrUnknownDE · 0 comments
Owner

Originally created by @arthanson on 11/3/2025

Fixes: #20738

vc_position and vc_priority were getting set to None when a virtual chassis was deleted, however the signal handler is getting run after the set_null is already getting run meaning no devices were found in the loop and so they were never getting cleared. Moved this to this functionality to the delete method.

*Originally created by @arthanson on 11/3/2025* ### Fixes: #20738 vc_position and vc_priority were getting set to None when a virtual chassis was deleted, however the signal handler is getting run after the set_null is already getting run meaning no devices were found in the loop and so they were never getting cleared. Moved this to this functionality to the delete method.
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/netbox#924