We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Vlans will detect that they already exist in a given location and the process will move forward.
Received the error { "exc_message": [ "Multiple Location objects returned. Please refer to locations." ], "exc_module": "nautobot.dcim.models.locations", "exc_type": "Location.MultipleObjectsReturned" }
{ "exc_message": [ "Multiple Location objects returned. Please refer to locations." ], "exc_module": "nautobot.dcim.models.locations", "exc_type": "Location.MultipleObjectsReturned" }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Expected Behavior
Vlans will detect that they already exist in a given location and the process will move forward.
Observed Behavior
Received the error
{ "exc_message": [ "Multiple Location objects returned. Please refer to locations." ], "exc_module": "nautobot.dcim.models.locations", "exc_type": "Location.MultipleObjectsReturned" }
Steps to Reproduce
The text was updated successfully, but these errors were encountered: