From: Coleman Watts Date: Wed, 14 Dec 2016 02:39:06 +0000 (-0500) Subject: API Explorer: Add more options X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=13a3ef1ffc9eea69f53df0290cc2c94bcd9867e3;p=civicrm-core.git API Explorer: Add more options --- 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');