From 3aafea468110ae60e8e2fe054c509c215188c34f Mon Sep 17 00:00:00 2001 From: Coleman Watts Date: Thu, 6 Apr 2017 14:12:55 -0400 Subject: [PATCH] CRM-16633 - Return data with crmEditable formSuccess event --- js/jquery/jquery.crmEditable.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/jquery/jquery.crmEditable.js b/js/jquery/jquery.crmEditable.js index 624f51b971..f6920f744b 100644 --- a/js/jquery/jquery.crmEditable.js +++ b/js/jquery/jquery.crmEditable.js @@ -159,7 +159,7 @@ var options = optionsCache[$el.data('optionsHashKey')]; value = options && options[value] ? options[value] : ''; } - $el.trigger('crmFormSuccess'); + $el.trigger('crmFormSuccess', [value]); editableSettings.success.call($el[0], info.entity, info.field, value, data, settings); }) .fail(function(data) { -- 2.25.1