Removed ignore link validation from the report, add ignore_link_validation is report js file (#4502)
This commit is contained in:
parent
26ca97dad1
commit
d5fc56cc36
1 changed files with 0 additions and 4 deletions
|
|
@ -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…
Add table
Reference in a new issue