mirror of
				https://github.com/netbox-community/netbox.git
				synced 2024-05-10 07:54:54 +00:00 
			
		
		
		
	Fixes #14620: Permit setting device type U height to 0 during bulk edit
This commit is contained in:
		@@ -412,7 +412,7 @@ class DeviceTypeBulkEditForm(NetBoxModelBulkEditForm):
 | 
			
		||||
    )
 | 
			
		||||
    u_height = forms.IntegerField(
 | 
			
		||||
        label=_('U height'),
 | 
			
		||||
        min_value=1,
 | 
			
		||||
        min_value=0,
 | 
			
		||||
        required=False
 | 
			
		||||
    )
 | 
			
		||||
    is_full_depth = forms.NullBooleanField(
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user