Skip to content

Commit

Permalink
16357 clone tenant and type for cable
Browse files Browse the repository at this point in the history
  • Loading branch information
arthanson authored and jeremystretch committed Jul 10, 2024
1 parent 4ca1494 commit 013139a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions netbox/dcim/models/cables.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,8 @@ class Cable(PrimaryModel):
null=True
)

clone_fields = ('tenant', 'type',)

class Meta:
ordering = ('pk',)
verbose_name = _('cable')
Expand Down

0 comments on commit 013139a

Please sign in to comment.