16357 clone tenant and type for cable
This commit is contained in:
parent
ef5c0256f8
commit
30b9fcf4f8
|
|
@ -88,6 +88,8 @@ class Cable(PrimaryModel):
|
|||
null=True
|
||||
)
|
||||
|
||||
clone_fields = ('tenant', 'type',)
|
||||
|
||||
class Meta:
|
||||
ordering = ('pk',)
|
||||
verbose_name = _('cable')
|
||||
|
|
|
|||
Loading…
Reference in New Issue