Fixes #8102: Raise validation error when attempting to assign an IP address to multiple objects

This commit is contained in:
jeremystretch
2021-12-20 13:07:05 -05:00
parent 82932ae7a5
commit f95e510060
2 changed files with 10 additions and 21 deletions

View File

@@ -22,7 +22,7 @@
* [#8088](https://github.com/netbox-community/netbox/issues/8088) - Improve legibility of text in labels with light-colored backgrounds
* [#8092](https://github.com/netbox-community/netbox/issues/8092) - Rack elevations should not include device asset tags
* [#8096](https://github.com/netbox-community/netbox/issues/8096) - Fix DataError during change logging of objects with very long string representations
* [#8102](https://github.com/netbox-community/netbox/issues/8102) - Cause validation error when editing IPAddress when more than one object is selected for assignment
* [#8102](https://github.com/netbox-community/netbox/issues/8102) - Raise validation error when attempting to assign an IP address to multiple objects
---