Open cmong-nextech opened 2 months ago
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" }
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