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

Closes #10374: Require unique tenant names & slugs per group (not globally)

This commit is contained in:
jeremystretch
2023-02-28 20:03:41 -05:00
parent 5517963b24
commit 8a08d3621b
4 changed files with 67 additions and 6 deletions

View File

@ -6,11 +6,11 @@ A tenant represents a discrete grouping of resources used for administrative pur
### Name
A unique human-friendly name.
A human-friendly name, unique to the assigned group.
### Slug
A unique URL-friendly identifier. (This value can be used for filtering.)
A URL-friendly identifier, unique to the assigned group. (This value can be used for filtering.)
### Group