-
-
Notifications
You must be signed in to change notification settings - Fork 824
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
dev/report#31 - Api4 Explorer: Support SQL functions and HAVING clause #17047
Conversation
Adding "track by" to the loops is necessary so they aren't re-drawn during typing (causing the input to lose focus on every keystroke)
(Standard links)
|
Only affects apiv4 explorer so this should be safe |
OK, I found+hyperlinked the related Gitlab issue. It doesn't talk much about what's going on here. Probably most of the |
To some extent the explorer update IS the documentation of the earlier change - however @colemanw you had better also do a docs update on new apiv4 capabilities Test fail unrelated |
Overview
This adds UI support for new APIv4 features. Sql functions and aliases are now available in the API explorer, as is the HAVING clause.
See also: https://lab.civicrm.org/dev/report/-/issues/31
Before
UI didn't show new features.
After
UI updated.
Technical Details
Includes tests for loading SQL function metadata.