Revert "bugfix"
This reverts commit 17b85b77e350c352ad4dcf42ab8c156d0b2b58d5.
This commit is contained in:
parent
17b85b77e3
commit
5db8662cf1
@ -137,7 +137,7 @@ fields_str=r'''{{json.dumps(fields, indent=4, ensure_ascii=False)}}'''
|
|||||||
ori_fields = json.loads(fields_str)
|
ori_fields = json.loads(fields_str)
|
||||||
if not filterjson:
|
if not filterjson:
|
||||||
fields = [ f['name'] for f in ori_fields ]
|
fields = [ f['name'] for f in ori_fields ]
|
||||||
# filterjson = default_filterjson(fields, ns)
|
filterjson = default_filterjson(fields, ns)
|
||||||
filterdic = ns.copy()
|
filterdic = ns.copy()
|
||||||
filterdic['filterstr'] = ''
|
filterdic['filterstr'] = ''
|
||||||
filterdic['userorgid'] = '${userorgid}$'
|
filterdic['userorgid'] = '${userorgid}$'
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user