-
Notifications
You must be signed in to change notification settings - Fork 2.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cached properties in CableTermination
not updated
#9788
Comments
Thank you for opening a bug report. Unfortunately, the information you have provided is not sufficient for someone else to attempt to reproduce the reported behavior. Remember, each bug report must include detailed steps that someone else can follow on a clean, empty NetBox installation to reproduce the exact problem you're experiencing. These instructions should include the creation of any involved objects, any configuration changes, and complete accounting of the actions being taken. Also be sure that your report does not reference data on the public NetBox demo, as that is subject to change at any time by an outside party and cannot be relied upon for bug reports. |
Updated the report. |
This looks like a typical denormalization issue, where we just need the cached values up to date. We could handle this with dedicated signal receivers as we do elsehwere in NetBox, but it's probably worth investigating more robust solutions. |
NetBox version
v3.3-beta
Python version
3.8
Steps to Reproduce
site1
), ...site1
.intf1
ofdevice1
tointf1
ofdevice2
site1
site2
)device1
anddevice2
- change site tosite2
site2
Expected Behavior
Respective cable between
intf1
andintf1
(in a cables list view (connections)) showssite2
as it replacedsite1
Observed Behavior
Respective cable between
intf1
andintf1
(in a cables list view (connections)) shows cached (invalid) sitesite1
The text was updated successfully, but these errors were encountered: