Merge pull request #10197 from GinkgoFJG/CRM-20458
[civicrm-core.git] / js / jquery / jquery.crmEditable.js
index 624f51b971b1137666570c4e994faca42b273657..f6920f744b943d59823b33d0820dfacdbc2ca96e 100644 (file)
               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) {