You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When assigning a circuit to an interface, the ability to add a connection to another device still exists, as if no connection is assigned to this interface (i.e. Gi0/0/0 is assigned to circuit xyz, but I can still click the + to add a device connection). It does give a server error after clicking create:
<class 'django.db.models.fields.related_descriptors.RelatedObjectDoesNotExist'>
InterfaceConnection has no interface_a.
I don't need to assign a device to the same interface as a circuit, just wanted to see what would happen if I tried. I didn't see any other issues open or closed, so reporting the issue in case it was not known.
The text was updated successfully, but these errors were encountered:
When assigning a circuit to an interface, the ability to add a connection to another device still exists, as if no connection is assigned to this interface (i.e. Gi0/0/0 is assigned to circuit xyz, but I can still click the + to add a device connection). It does give a server error after clicking create:
I don't need to assign a device to the same interface as a circuit, just wanted to see what would happen if I tried. I didn't see any other issues open or closed, so reporting the issue in case it was not known.
The text was updated successfully, but these errors were encountered: