Browse Source

Removed ignore link validation from the report, add ignore_link_validation is report js file (#4502)

version-14
rohitwaghchaure 7 years ago
committed by Nabin Hait
parent
commit
d5fc56cc36
1 changed files with 0 additions and 4 deletions
  1. +0
    -4
      frappe/public/js/frappe/views/reports/query_report.js

+ 0
- 4
frappe/public/js/frappe/views/reports/query_report.js View File

@@ -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;
}
});



Loading…
Cancel
Save