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

Fixes #4252: Fix power port assignment for power outlet templates created via REST API

This commit is contained in:
Jeremy Stretch
2020-02-24 10:13:47 -05:00
parent b97d3b0716
commit 61c0a4cc61
3 changed files with 13 additions and 3 deletions

View File

@@ -14,6 +14,7 @@
* [#4240](https://github.com/netbox-community/netbox/issues/4240) - Fix exception when filtering foreign keys by NULL
* [#4241](https://github.com/netbox-community/netbox/issues/4241) - Correct IP address hyperlinks on interface view
* [#4246](https://github.com/netbox-community/netbox/issues/4246) - Fix duplication of field attributes when multiple IPNetworkVars are present in a script
* [#4252](https://github.com/netbox-community/netbox/issues/4252) - Fix power port assignment for power outlet templates created via REST API
---