Fixed #3697: Correct field_order attribute name

This commit is contained in:
hSaria 2019-11-20 17:03:12 +00:00 committed by GitHub
parent db43f51dd3
commit cf668d1066

View File

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