From e5900a3fe358a3e491622548ba8cbbf1dc695396 Mon Sep 17 00:00:00 2001 From: jeremystretch Date: Mon, 15 Nov 2021 09:04:18 -0500 Subject: [PATCH] Correct changelog for #7729 --- docs/release-notes/version-3.0.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/release-notes/version-3.0.md b/docs/release-notes/version-3.0.md index ae1af3825..990980ab3 100644 --- a/docs/release-notes/version-3.0.md +++ b/docs/release-notes/version-3.0.md @@ -12,7 +12,7 @@ ### Bug Fixes -* [#7229](https://github.com/netbox-community/netbox/issues/7229) - Fix permissions evaluation when display VLAN group VLANs table +* [#7729](https://github.com/netbox-community/netbox/issues/7229) - Fix permissions evaluation when displaying VLAN group VLANs table * [#7813](https://github.com/netbox-community/netbox/issues/7813) - Fix handling of errors during export template rendering ---