Skip to content

Commit 013139a

Browse files
arthansonjeremystretch
authored andcommitted
16357 clone tenant and type for cable
1 parent 4ca1494 commit 013139a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

netbox/dcim/models/cables.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,8 @@ class Cable(PrimaryModel):
8888
null=True
8989
)
9090

91+
clone_fields = ('tenant', 'type',)
92+
9193
class Meta:
9294
ordering = ('pk',)
9395
verbose_name = _('cable')

0 commit comments

Comments
 (0)