Replies: 1 comment 2 replies
-
I think it would make sense to relax this constraint so that the name of a region (or site group) must be unique only within its assigned parent (if any). |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
We are using Regions in netbox with the nested recursion to construct a hierarchy as the documentation proposes.
For the source of data, we use a national database of regions, districts, and cities.
We are running into a problem if there is the same name of the city in the different countries.
For Example, the
Springfield
cannot exist multiple times, because it violates the uniqueness of theName
.It would make more sense to us if the validation of the name would not be violated if there is a different parent assigned to them in the hierarchy. Otherwise, there always has to be some "difference" in the name of the city. And because the source of the data becomes from the national database, there is no way how to clearly distinguish them.
Beta Was this translation helpful? Give feedback.
All reactions