bugfix
This commit is contained in:
parent
a2f7d12a5c
commit
17b85b77e3
@ -137,7 +137,7 @@ fields_str=r'''{{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 ]
|
||||
filterjson = default_filterjson(fields, ns)
|
||||
# filterjson = default_filterjson(fields, ns)
|
||||
filterdic = ns.copy()
|
||||
filterdic['filterstr'] = ''
|
||||
filterdic['userorgid'] = '${userorgid}$'
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user