--CRM-16187, restored deleted function
authorPradeep Nayak <pradpnayak@gmail.com>
Thu, 23 Jul 2015 20:01:58 +0000 (01:31 +0530)
committerPradeep Nayak <pradpnayak@gmail.com>
Sat, 25 Jul 2015 05:19:56 +0000 (10:49 +0530)
templates/CRM/Admin/Page/APIExplorer.js

index 5d7298eb33c3ff22112fd9db9a0c93f75c928fcf..7cba1f5253c370d8d1dc2533532ebb3523ced59e 100644 (file)
           $('#api-params').html('<tr><td colspan="4" class="crm-loading-element"></td></tr>');
           $('#api-params-table thead').show();
           getFields(this);
+         buildParams();
          checkBookKeepingEntity(entity, action);
         } else {
           $('#api-params, #api-generated pre').empty();