From 61fe04620471b0adf74c9afd6fffaffc1b1a8e4d Mon Sep 17 00:00:00 2001 From: Arthur Hanson Date: Thu, 25 Jul 2024 14:20:35 +0700 Subject: [PATCH] 11969 fix racktype copy --- netbox/dcim/models/racks.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netbox/dcim/models/racks.py b/netbox/dcim/models/racks.py index 21012b631..4f01b9490 100644 --- a/netbox/dcim/models/racks.py +++ b/netbox/dcim/models/racks.py @@ -242,7 +242,7 @@ class Rack(ContactsMixin, ImageAttachmentsMixin, RackBase): # Fields which cannot be set locally if a RackType is assigned RACKTYPE_FIELDS = [ 'form_factor', 'width', 'u_height', 'starting_unit', 'desc_units', 'outer_width', 'outer_depth', 'outer_unit', - 'mounting_depth', 'weight', 'weight_unit', 'max_weight' + 'mounting_depth', 'weight', 'weight_unit', 'max_weight', 'airflow' ] rack_type = models.ForeignKey(