Skip to content

Commit

Permalink
fix(Report View): clear checked items
Browse files Browse the repository at this point in the history
(cherry picked from commit 1b32885)
  • Loading branch information
barredterra authored and mergify[bot] committed Dec 6, 2023
1 parent b0bc88b commit 049e066
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions frappe/public/js/frappe/views/reports/report_view.js
Original file line number Diff line number Diff line change
Expand Up @@ -1254,6 +1254,10 @@ frappe.views.ReportView = class ReportView extends frappe.views.ListView {
return items;
}

clear_checked_items() {
this.datatable.rowmanager.checkAll(false);
}

save_report(save_type) {
const _save_report = (name) => {
// callback
Expand Down

0 comments on commit 049e066

Please sign in to comment.