Fixes #8717: Fix redirection after bulk edit/delete of prefixes from aggregate view

This commit is contained in:
jeremystretch
2022-02-22 09:02:31 -05:00
parent 90ee689d5a
commit 2503a3e3ca
2 changed files with 3 additions and 2 deletions

View File

@@ -6,6 +6,7 @@
* [#8546](https://github.com/netbox-community/netbox/issues/8546) - Fix bulk import to restrict bridge, parent, and LAG to device interfaces
* [#8674](https://github.com/netbox-community/netbox/issues/8674) - Fix rendering of tabbed content in documentation
* [#8717](https://github.com/netbox-community/netbox/issues/8717) - Fix redirection after bulk edit/delete of prefixes from aggregate view
---