-
-
Notifications
You must be signed in to change notification settings - Fork 825
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
Afform - Enable search operators to be exposed on the form #26496
Conversation
(Standard links)
|
fb86b78
to
64afffa
Compare
Coleman, that sounds great. How does it look like on the front side? How does one choose the operator? Is there a drop-down or a tooltip to say which operators can be used (= > < ...)? I'll test as soon as possible in the next coming hours/day./ |
@allinappliadmin on the front-end form it shows the operator dropdown attached to the left of the input, like this: (screenshot from the demo site): |
(probably a very odd question): is there a way to apply this patch quickly to the 10 files? Would it be 'git apply'? |
@allinappliadmin you can download any patch from GitHub by adding And then you can apply it locally like
|
Do I also need to apply this patch? I'm on version 5.62.0? Patching has been a mess. Is it on the demo? |
@allinappliadmin here is a link to the demo site: http://core-26496-401x0.test-1.civicrm.org:8001/civicrm/test1 |
on which version is it on prod? 5.64? |
Thanks for the review @allinappliadmin. Yes it will be in 5.64. |
@colemanw Looks like a regression from this one, issue here. |
Overview
Following on #26066 this allows search operators to be selectable on the form by the end-user.
Before
Search operator could be selected on the back-end when composing a form.
After
Search operator can be exposed to the form.