mirror of
https://github.com/peeringdb/peeringdb.git
synced 2024-05-11 05:55:09 +00:00
This reverts commit 676f850bfe
.
This commit is contained in:
@@ -119,7 +119,10 @@ class Backend(BaseBackend):
|
||||
obj.clean()
|
||||
|
||||
def save(self, obj):
|
||||
obj.save()
|
||||
if obj.HandleRef.tag == "ix":
|
||||
obj.save(create_ixlan=False)
|
||||
else:
|
||||
obj.save()
|
||||
|
||||
def detect_uniqueness_error(self, exc):
|
||||
"""
|
||||
|
Reference in New Issue
Block a user