fix: run summary logger
style: indent fixes
This commit is contained in:
parent
2e1b531f4f
commit
27b7172fa4
@ -133,7 +133,7 @@ frappe.ui.form.on("Tally Migration", {
|
|||||||
let render_section = !(import_log === completed_log && import_log === empty);
|
let render_section = !(import_log === completed_log && import_log === empty);
|
||||||
|
|
||||||
frm.toggle_display("import_log_section", render_section);
|
frm.toggle_display("import_log_section", render_section);
|
||||||
|
frm.trigger("show_error_summary");
|
||||||
if (render_section) {
|
if (render_section) {
|
||||||
frm.trigger("show_errored_import_log");
|
frm.trigger("show_errored_import_log");
|
||||||
frm.trigger("show_fixed_errors_log");
|
frm.trigger("show_fixed_errors_log");
|
||||||
@ -302,9 +302,8 @@ const get_html_rows = (logs, field) => {
|
|||||||
<div>${create_button}</div>
|
<div>${create_button}</div>
|
||||||
</td>
|
</td>
|
||||||
</tr>`;
|
</tr>`;
|
||||||
}
|
}
|
||||||
})
|
}).join("");
|
||||||
.join("");
|
|
||||||
|
|
||||||
return rows
|
return rows
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user