diff --git a/frappe/public/js/frappe/views/reports/query_report.js b/frappe/public/js/frappe/views/reports/query_report.js index 54dda994f5..ab58a2af0e 100644 --- a/frappe/public/js/frappe/views/reports/query_report.js +++ b/frappe/public/js/frappe/views/reports/query_report.js @@ -328,7 +328,10 @@ frappe.views.QueryReport = Class.extend({ me.trigger_refresh(); } } - df.ignore_link_validation = true; + + // This is specifically done true earlier due to some reason. Please update if anyone finds that. + // Done false as the api can be used in the script reports which can break due to invalid links + df.ignore_link_validation = false; } });