From 7ec6b4ebb7478c7f1e52d3653b3f6f44a19a3fee Mon Sep 17 00:00:00 2001 From: Daniel Sheppard Date: Wed, 22 Sep 2021 11:48:22 -0500 Subject: [PATCH] Fixes #7341 - Corrects url in Circuit breadcrumb --- docs/release-notes/version-3.0.md | 1 + netbox/templates/circuits/circuit.html | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/release-notes/version-3.0.md b/docs/release-notes/version-3.0.md index 545db1049..1fb46b106 100644 --- a/docs/release-notes/version-3.0.md +++ b/docs/release-notes/version-3.0.md @@ -13,6 +13,7 @@ * [#7321](https://github.com/netbox-community/netbox/issues/7321) - Don't overwrite multi-select custom fields during bulk edit * [#7324](https://github.com/netbox-community/netbox/issues/7324) - Fix TypeError exception in web UI when filtering objects using single-choice filters * [#7333](https://github.com/netbox-community/netbox/issues/7333) - Prevent inadvertent deletion of prior change records when deleting objects +* [#7341](https://github.com/netbox-community/netbox/issues/7341) - Fix incorrect url in Circuit breadcrumbs ## v3.0.3 (2021-09-20) diff --git a/netbox/templates/circuits/circuit.html b/netbox/templates/circuits/circuit.html index bf26d7fe3..e68465c82 100644 --- a/netbox/templates/circuits/circuit.html +++ b/netbox/templates/circuits/circuit.html @@ -4,7 +4,7 @@ {% block breadcrumbs %} {{ block.super }} - + {% endblock %} {% block content %}