From e7bcb8d4289d8f231a0d85a8e529132225fc12a7 Mon Sep 17 00:00:00 2001 From: jitendrapurohit Date: Thu, 29 Oct 2015 18:15:11 +0530 Subject: [PATCH] CRM-17433 - Invalid error message on deleting Participant record if NOT in pop-up form --- js/crm.searchForm.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/crm.searchForm.js b/js/crm.searchForm.js index bf993611cb..e97c5ee780 100644 --- a/js/crm.searchForm.js +++ b/js/crm.searchForm.js @@ -3,7 +3,7 @@ "use strict"; var selected = 0, form = 'form.crm-search-form', - active = 'a.button, a.action-item:not(.crm-enable-disable), a.crm-popup'; + active = 'a.action-item:not(.crm-enable-disable), a.crm-popup'; function clearTaskMenu() { $('select#task', form).val('').select2('val', '').prop('disabled', true).select2('disable'); -- 2.25.1