perf: send SLA doctypes in boot

This request is fired on every load, data rarely if ever changes though.

(cherry picked from commit bd9ef74ef7)
This commit is contained in:
Ankush Menat
2023-07-16 11:34:42 +05:30
committed by Mergify
parent 619898350a
commit adb6918834
3 changed files with 90 additions and 83 deletions

View File

@@ -612,3 +612,8 @@ global_search_doctypes = {
additional_timeline_content = {
"*": ["erpnext.telephony.doctype.call_log.call_log.get_linked_call_logs"]
}
extend_bootinfo = [
"erpnext.support.doctype.service_level_agreement.service_level_agreement.add_sla_doctypes",
]