chore: remove obsolete whitelisting from get_link_title_doctypes (#17664)

This commit is contained in:
Sagar Vora 2022-07-29 06:33:06 +00:00 committed by GitHub
parent 8fa2caa4a2
commit 6102c1be4e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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(