mirror of
				https://github.com/netbox-community/netbox.git
				synced 2024-05-10 07:54:54 +00:00 
			
		
		
		
	Fixed #3697: Correct field_order attribute name
This commit is contained in:
		@@ -182,7 +182,7 @@ class NewBranchScript(Script):
 | 
			
		||||
    class Meta:
 | 
			
		||||
        name = "New Branch"
 | 
			
		||||
        description = "Provision a new branch site"
 | 
			
		||||
        fields = ['site_name', 'switch_count', 'switch_model']
 | 
			
		||||
        field_order = ['site_name', 'switch_count', 'switch_model']
 | 
			
		||||
 | 
			
		||||
    site_name = StringVar(
 | 
			
		||||
        description="Name of the new site"
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user