From 25a3baa632273dd66a23eb49eaaba2e247a1de1f Mon Sep 17 00:00:00 2001 From: Abraham Kalungi <85731451+kalungia@users.noreply.github.com> Date: Wed, 7 Feb 2024 09:43:04 +0200 Subject: [PATCH] fix: Remove Open Filter On Communication Doctype (#24800) --- frappe/core/doctype/communication/communication_list.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/frappe/core/doctype/communication/communication_list.js b/frappe/core/doctype/communication/communication_list.js index 4ef3a384ff..8f2623ca09 100644 --- a/frappe/core/doctype/communication/communication_list.js +++ b/frappe/core/doctype/communication/communication_list.js @@ -13,8 +13,6 @@ frappe.listview_settings["Communication"] = { "communication_date", ], - filters: [["status", "=", "Open"]], - onload: function (list_view) { let method = "frappe.email.inbox.create_email_flag_queue";