瀏覽代碼

chore: remove obsolete whitelisting from `get_link_title_doctypes` (#17664)

version-14
Sagar Vora 2 年之前
committed by GitHub
父節點
當前提交
6102c1be4e
沒有發現已知的金鑰在資料庫的簽署中 GPG 金鑰 ID: 4AEE18F83AFDEB23
共有 1 個檔案被更改,包括 0 行新增1 行删除
  1. +0
    -1
      frappe/boot.py

+ 0
- 1
frappe/boot.py 查看文件

@@ -391,7 +391,6 @@ def get_notification_settings():
return frappe.get_cached_doc("Notification Settings", frappe.session.user)


@frappe.whitelist()
def get_link_title_doctypes():
dts = frappe.get_all("DocType", {"show_title_field_in_link": 1})
custom_dts = frappe.get_all(


Loading…
取消
儲存