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

This commit is contained in:
rohitwaghchaure 2017-11-16 14:31:02 +05:30 committed by Nabin Hait
parent 26ca97dad1
commit d5fc56cc36

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