chore: remove obsolete whitelisting from get_link_title_doctypes (#17664)
This commit is contained in:
parent
8fa2caa4a2
commit
6102c1be4e
1 changed files with 0 additions and 1 deletions
|
|
@ -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…
Add table
Reference in a new issue