API Explorer: Add more options
authorColeman Watts <coleman@civicrm.org>
Wed, 14 Dec 2016 02:39:06 +0000 (21:39 -0500)
committerColeman Watts <coleman@civicrm.org>
Wed, 14 Dec 2016 14:25:37 +0000 (09:25 -0500)
templates/CRM/Admin/Page/APIExplorer.js

index 4b0c172b274c86f554d1c14dcf99ce68bfb6e4d9..9efeafe13f381648e7bd30fe0c751d86b5e51845 100644 (file)
     $('.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');