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

Closes #7354: Relax uniqueness constraints on region, site group, and location names

This commit is contained in:
jeremystretch
2021-10-19 13:46:35 -04:00
parent 8d0ed99bcd
commit 7c56b21095
8 changed files with 75 additions and 16 deletions

View File

@@ -2,4 +2,5 @@
Racks and devices can be grouped by location within a site. A location may represent a floor, room, cage, or similar organizational unit. Locations can be nested to form a hierarchy. For example, you may have floors within a site, and rooms within a floor.
The name and facility ID of each rack within a location must be unique. (Racks not assigned to the same location may have identical names and/or facility IDs.)
Each location must have a name that is unique within its parent site and location, if any.