Merge pull request #11386 from marination/query-report-status
feat: Show Status Section in Query Report
This commit is contained in:
commit
c12eb3c093
1 changed files with 2 additions and 0 deletions
|
|
@ -592,6 +592,8 @@ frappe.views.QueryReport = class QueryReport extends frappe.views.BaseList {
|
|||
this.render_summary(data.report_summary);
|
||||
}
|
||||
|
||||
if (data.message && !data.prepared_report) this.show_status(data.message);
|
||||
|
||||
this.toggle_message(false);
|
||||
if (data.result && data.result.length) {
|
||||
this.prepare_report_data(data);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue