This website works better with JavaScript.
首頁
探索
說明
登入
anoopmb
/
frappe
關註
1
收藏
0
複製
0
程式碼
問題管理
0
合併請求
0
版本發佈
0
Wiki
Activity
瀏覽代碼
feat: add lang to safe globals
(cherry picked from commit
836fd6ef78
)
version-14
barredterra
2 年之前
committed by
Mergify
父節點
ac9cfe7f9f
當前提交
0293c113c6
共有
1 個文件被更改
,包括
1 次插入
和
0 次删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
frappe/utils/safe_exec.py
+ 1
- 0
frappe/utils/safe_exec.py
查看文件
@@ -181,6 +181,7 @@ def get_safe_globals():
run_script=run_script,
is_job_queued=is_job_queued,
get_visible_columns=get_visible_columns,
lang=getattr(frappe.local, "lang", "en"),
)
add_module_properties(
Write
Preview
Loading…
取消
儲存