X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=js%2Fjquery%2Fjquery.crmEditable.js;h=f6920f744b943d59823b33d0820dfacdbc2ca96e;hb=1ac142efe8c2d52a034dcd3bdb906347328bba5e;hp=624f51b971b1137666570c4e994faca42b273657;hpb=c0b7357c175880a35b5237a92119c3a368be1ac6;p=civicrm-core.git 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) {