APIv4 - add descriptions to sql functions
[civicrm-core.git] / ext / search_kit / ang / crmSearchAdmin / crmSearchFunction.component.js
index b1d31d5675b5def54e45f2dcede7622a7646d5c2..0aee8488586c2434471be715bcee0c55845a957a 100644 (file)
@@ -69,7 +69,7 @@
             });
             functions.push({
               text: allTypes[type],
-              children: formatForSelect2(allowedFunctions, 'name', 'title')
+              children: formatForSelect2(allowedFunctions, 'name', 'title', ['description'])
             });
           });
         }