From bbb279d78c52b29307638662e074e7ed03425d4c Mon Sep 17 00:00:00 2001 From: Pradeep Nayak Date: Fri, 24 Jul 2015 01:31:58 +0530 Subject: [PATCH] --CRM-16187, restored deleted function --- templates/CRM/Admin/Page/APIExplorer.js | 1 + 1 file changed, 1 insertion(+) diff --git a/templates/CRM/Admin/Page/APIExplorer.js b/templates/CRM/Admin/Page/APIExplorer.js index 5d7298eb33..7cba1f5253 100644 --- a/templates/CRM/Admin/Page/APIExplorer.js +++ b/templates/CRM/Admin/Page/APIExplorer.js @@ -734,6 +734,7 @@ $('#api-params').html(''); $('#api-params-table thead').show(); getFields(this); + buildParams(); checkBookKeepingEntity(entity, action); } else { $('#api-params, #api-generated pre').empty(); -- 2.25.1