Fixes #11934: Prevent reassignment of an IP address designated as primary for its parent object

This commit is contained in:
jeremystretch
2023-05-25 16:42:24 -04:00
parent 24a51dd86e
commit b64b19a3f4
2 changed files with 13 additions and 1 deletions

View File

@@ -4,6 +4,7 @@
### Bug Fixes
* [#11934](https://github.com/netbox-community/netbox/issues/11934) - Prevent reassignment of an IP address designated as primary for its parent object
* [#12694](https://github.com/netbox-community/netbox/issues/12694) - Strip leading & trailing whitespace from custom link URL & text
---