From b84efe30703d448313acf06380f6f0c7d5917cc9 Mon Sep 17 00:00:00 2001 From: Coleman Watts Date: Wed, 30 Dec 2015 17:03:19 -0500 Subject: [PATCH] API Explorer fix --- templates/CRM/Admin/Page/APIExplorer.js | 4 ++-- templates/CRM/Admin/Page/APIExplorer.tpl | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/templates/CRM/Admin/Page/APIExplorer.js b/templates/CRM/Admin/Page/APIExplorer.js index 7e54fff2b1..6425d19b34 100644 --- a/templates/CRM/Admin/Page/APIExplorer.js +++ b/templates/CRM/Admin/Page/APIExplorer.js @@ -764,8 +764,8 @@ $('#api-params').html(''); $('#api-params-table thead').show(); getFields(this); - buildParams(); - checkBookKeepingEntity(entity, action); + buildParams(); + checkBookKeepingEntity(entity, action); } else { $('#api-params, #api-generated pre').empty(); $('#api-param-buttons, #api-params-table thead').hide(); diff --git a/templates/CRM/Admin/Page/APIExplorer.tpl b/templates/CRM/Admin/Page/APIExplorer.tpl index 3c49b86adb..399fb586b9 100644 --- a/templates/CRM/Admin/Page/APIExplorer.tpl +++ b/templates/CRM/Admin/Page/APIExplorer.tpl @@ -214,8 +214,8 @@
- - + +
-- 
2.25.1