Rename CablePath.is_connected to is_active
This commit is contained in:
@@ -1191,7 +1191,7 @@ class CablePath(models.Model):
|
||||
fk_field='destination_id'
|
||||
)
|
||||
path = PathField()
|
||||
is_connected = models.BooleanField(
|
||||
is_active = models.BooleanField(
|
||||
default=False
|
||||
)
|
||||
|
||||
|
Reference in New Issue
Block a user