1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

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 1b8350fe48
commit 6ed2dbf172
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
---