bugfix
This commit is contained in:
parent
b48a92b2aa
commit
e2895aadec
@ -136,7 +136,7 @@ filterjson = params_kw.get('data_filter')
|
||||
fields_str='''{{json.dumps(fields, indent=4, ensure_ascii=False)}}'''
|
||||
ori_fields = json.loads(fields_str)
|
||||
if not filterjson:
|
||||
fields = [ f['name'] for f in ori_fields}} ]
|
||||
fields = [ f['name'] for f in ori_fields ]
|
||||
filterjson = default_filterjson(fields, ns)
|
||||
filterdic = ns.copy()
|
||||
filterdic['filterstr'] = ''
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user