Fixes #9486: Fix redirect URL when adding device components from the module view

This commit is contained in:
jeremystretch
2022-06-07 10:06:19 -04:00
parent b8bbb7e638
commit 2e7d5e6098
2 changed files with 8 additions and 7 deletions

View File

@@ -6,6 +6,7 @@
* [#9480](https://github.com/netbox-community/netbox/issues/9480) - Fix sorting services & service templates by port numbers
* [#9484](https://github.com/netbox-community/netbox/issues/9484) - Include services listening on "all IPs" under IP address view
* [#9486](https://github.com/netbox-community/netbox/issues/9486) - Fix redirect URL when adding device components from the module view
---