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

Fixes #7960: Prevent creation of regions/site groups/locations with duplicate names (see #7354)

This commit is contained in:
jeremystretch
2021-12-03 15:09:56 -05:00
parent 09b612546b
commit b43980d660
3 changed files with 148 additions and 19 deletions

View File

@@ -27,6 +27,7 @@
* [#7771](https://github.com/netbox-community/netbox/issues/7771) - Group assignment should be optional when creating contacts via REST API
* [#7849](https://github.com/netbox-community/netbox/issues/7849) - Fix exception when creating an FHRPGroup with an invalid IP address
* [#7880](https://github.com/netbox-community/netbox/issues/7880) - Include assigned IP addresses in FHRP group object representation
* [#7960](https://github.com/netbox-community/netbox/issues/7960) - Prevent creation of regions/site groups/locations with duplicate names (see #7354)
### REST API Changes