chore: keep previous order for easy backport
This commit is contained in:
parent
0c220169da
commit
5f2cc8ec79
1 changed files with 1 additions and 1 deletions
|
|
@ -115,8 +115,8 @@ def get_safe_globals():
|
|||
json=NamespaceDict(loads=json.loads, dumps=json.dumps),
|
||||
as_json=frappe.as_json,
|
||||
dict=dict,
|
||||
_dict=frappe._dict,
|
||||
log=frappe.log,
|
||||
_dict=frappe._dict,
|
||||
args=form_dict,
|
||||
frappe=NamespaceDict(
|
||||
call=call_whitelisted_function,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue