mirror of
https://github.com/netbox-community/netbox.git
synced 2024-05-10 07:54:54 +00:00
Fix is_path_endpoint
flag on CableTermination
This commit is contained in:
@@ -300,6 +300,9 @@ class CircuitTermination(CableTermination):
|
|||||||
blank=True
|
blank=True
|
||||||
)
|
)
|
||||||
|
|
||||||
|
# Paths do not end on cable terminations, they continue at the other end of the circuit
|
||||||
|
is_path_endpoint = False
|
||||||
|
|
||||||
class Meta:
|
class Meta:
|
||||||
ordering = ['circuit', 'term_side']
|
ordering = ['circuit', 'term_side']
|
||||||
unique_together = ['circuit', 'term_side']
|
unique_together = ['circuit', 'term_side']
|
||||||
|
Reference in New Issue
Block a user