From d18652f726b265508e5fce3e8bf45ae3fe8eb40e Mon Sep 17 00:00:00 2001 From: Jeremy Stretch Date: Thu, 25 Mar 2021 15:04:56 -0400 Subject: [PATCH] Fixes #6012: Pre-populate attributes when creating an available child prefix via the UI --- docs/release-notes/version-2.10.md | 1 + netbox/ipam/tables.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/release-notes/version-2.10.md b/docs/release-notes/version-2.10.md index 8f824b448..77a1781e2 100644 --- a/docs/release-notes/version-2.10.md +++ b/docs/release-notes/version-2.10.md @@ -19,6 +19,7 @@ * [#5977](https://github.com/netbox-community/netbox/issues/5977) - Correct validation of `RELEASE_CHECK_URL` config parameter * [#6006](https://github.com/netbox-community/netbox/issues/6006) - Fix VLAN group/site association for bulk prefix import * [#6010](https://github.com/netbox-community/netbox/issues/6010) - Eliminate duplicate virtual chassis search results +* [#6012](https://github.com/netbox-community/netbox/issues/6012) - Pre-populate attributes when creating an available child prefix via the UI * [#6023](https://github.com/netbox-community/netbox/issues/6023) - Fix display of bottom banner with uBlock Origin enabled --- diff --git a/netbox/ipam/tables.py b/netbox/ipam/tables.py index aaf2a82c4..04a5d130c 100644 --- a/netbox/ipam/tables.py +++ b/netbox/ipam/tables.py @@ -22,7 +22,7 @@ PREFIX_LINK = """ {% for i in record.parents|as_range %} {% endfor %} -{{ record.prefix }} +{{ record.prefix }} """ PREFIX_ROLE_LINK = """