From d5fc56cc36b841323df56d142ac956efda07933e Mon Sep 17 00:00:00 2001 From: rohitwaghchaure Date: Thu, 16 Nov 2017 14:31:02 +0530 Subject: [PATCH] Removed ignore link validation from the report, add ignore_link_validation is report js file (#4502) --- frappe/public/js/frappe/views/reports/query_report.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/frappe/public/js/frappe/views/reports/query_report.js b/frappe/public/js/frappe/views/reports/query_report.js index ab58a2af0e..1c820d9f85 100644 --- a/frappe/public/js/frappe/views/reports/query_report.js +++ b/frappe/public/js/frappe/views/reports/query_report.js @@ -328,10 +328,6 @@ frappe.views.QueryReport = Class.extend({ me.trigger_refresh(); } } - - // 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; } });