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

Fixes #10997: Fix exception when editing NAT IP for VM with no cluster

This commit is contained in:
jeremystretch
2022-11-22 08:52:21 -05:00
parent dc1da0a738
commit b1da374df2
2 changed files with 3 additions and 1 deletions

View File

@@ -20,6 +20,7 @@
* [#10938](https://github.com/netbox-community/netbox/issues/10938) - `render_field` template tag should respect `label` kwarg
* [#10969](https://github.com/netbox-community/netbox/issues/10969) - Update cable paths ending at associated rear port when creating new front ports
* [#10996](https://github.com/netbox-community/netbox/issues/10996) - Hide checkboxes on child object lists when no bulk operations are available
* [#10997](https://github.com/netbox-community/netbox/issues/10997) - Fix exception when editing NAT IP for VM with no cluster
---