From 041ab77e557ea1c0d4725dd7e9647ca44eb9fe0a Mon Sep 17 00:00:00 2001 From: Sumit Jain Date: Wed, 8 Apr 2026 17:58:24 +0530 Subject: [PATCH] fix: hide Blank Template option if its exporting data --- frappe/public/js/frappe/list/bulk_operations.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/frappe/public/js/frappe/list/bulk_operations.js b/frappe/public/js/frappe/list/bulk_operations.js index 3d0c2924ae..033d7aa353 100644 --- a/frappe/public/js/frappe/list/bulk_operations.js +++ b/frappe/public/js/frappe/list/bulk_operations.js @@ -476,7 +476,9 @@ export default class BulkOperations { frappe.require("data_import_tools.bundle.js", () => { const data_exporter = new frappe.data_import.DataExporter( doctype, - "Insert New Records" + "Insert New Records", + "CSV", + true ); data_exporter.dialog.set_value("export_records", "by_filter"); data_exporter.filter_group.add_filters_to_filter_group([