16357 clone tenant and type for cable

This commit is contained in:
Arthur Hanson 2024-07-10 13:34:44 +07:00 committed by Jeremy Stretch
parent 4ca1494127
commit 013139aa20

View File

@ -88,6 +88,8 @@ class Cable(PrimaryModel):
null=True
)
clone_fields = ('tenant', 'type',)
class Meta:
ordering = ('pk',)
verbose_name = _('cable')