Added OrderedDict to forms webmodel
This commit is contained in:
parent
6626df317c
commit
7685e1dc18
1 changed files with 1 additions and 1 deletions
|
|
@ -1075,7 +1075,7 @@ class WebModel:
|
||||||
|
|
||||||
def create_forms(self, arr_fields=[]):
|
def create_forms(self, arr_fields=[]):
|
||||||
|
|
||||||
self.forms={}
|
self.forms=OrderedDict()
|
||||||
|
|
||||||
if len(arr_fields)==0:
|
if len(arr_fields)==0:
|
||||||
arr_fields=list(self.fields.keys())
|
arr_fields=list(self.fields.keys())
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue