From 13a3ef1ffc9eea69f53df0290cc2c94bcd9867e3 Mon Sep 17 00:00:00 2001 From: Coleman Watts Date: Tue, 13 Dec 2016 21:39:06 -0500 Subject: [PATCH] API Explorer: Add more options --- templates/CRM/Admin/Page/APIExplorer.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/templates/CRM/Admin/Page/APIExplorer.js b/templates/CRM/Admin/Page/APIExplorer.js index 4b0c172b27..9efeafe13f 100644 --- a/templates/CRM/Admin/Page/APIExplorer.js +++ b/templates/CRM/Admin/Page/APIExplorer.js @@ -175,8 +175,11 @@ $('.api-option-name', $row).crmSelect2({data: [ {id: 'limit', text: 'limit'}, {id: 'offset', text: 'offset'}, - {id: 'sort', text: 'sort'}, + {id: 'match', text: 'match'}, + {id: 'match-mandatory', text: 'match-mandatory'}, {id: 'metadata', text: 'metadata'}, + {id: 'reload', text: 'reload'}, + {id: 'sort', text: 'sort'}, {id: '-', text: ts('Other') + '...'} ]}) .select2('open'); -- 2.25.1