Related object links from sites to circuit termination not working #19105
Labels
severity: low
Does not significantly disrupt application functionality, or a workaround is available
status: accepted
This issue has been accepted for implementation
type: bug
A confirmed report of unexpected behavior in the application
Deployment Type
Self-hosted
NetBox Version
v4.2.6 (also reproduced it on
main
branch)Python Version
3.12
Steps to Reproduce
All steps are done using the web ui in a webbrowser.
My Region
My Site
My Circuit Provider
My Circuit Type
My Circuit
; with ProviderMy Circuit Provider
and Circuit TypeMy Circuit Type
My Circuit
; with Termination sideA
, Termination TypeDCIM > Region
and Termination/RegionMy Region
My Circuit
; with Termination sideZ
, Termination TypeDCIM > Site
and Termination/SiteMy Site
My Site
(url would be something like/dcim/sites/1/
)My Region
(url would be something like/dcim/regions/1/
)Related objects
panel on the right side, click theCircuit Terminations
linkExpected Behavior
Regarding step 8: The
Related objects
panel on the right side of the Site detail page contains aCircuit Terminations
link, like it is for Region/SiteGroup/Location.Regarding step 10: The Circuit Termination list page is shown, with filter
Region: My Region
applied, and only showing entries that are terminated at that region (My Circuit
Termination sideA
from the example above, but notMy Circuit
Termination sideZ
).Observed Behavior
Regarding step 8: The
Related objects
panel on the right side of the Site detail page does not contain aCircuit Terminations
link.Regarding step 10: The Circuit Termination list page is shown, with no filter applied, and showing all entries. This is (to the best of my knowledge) caused by the link on the detail page pointing to
/circuits/circuit-terminations/?_region_id=1
(which is the cached property), but should be/circuits/circuit-terminations/?region_id=1
(without the leading underscore). TheCircuit Terminations
link on the detail page of SiteGroups and Locations also contain that leading underscore, and are not working as well.I am willing to work on this. I would be grateful for any (rough) pointers where to start looking and/or what automatism is at work here.
The text was updated successfully, but these errors were encountered: