11969 fix racktype copy

This commit is contained in:
Arthur Hanson 2024-07-25 14:20:35 +07:00
parent 799bff5bac
commit 61fe046204

View File

@ -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(