-
-
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
dev/core#5090 Fix display of multiple autoselect custom fields #29721
Conversation
🤖 Thank you for contributing to CiviCRM! ❤️ We will need to test and review this PR. 👷 Introduction for new contributors...
Quick links for reviewers...
|
The issue associated with the Pull Request can be viewed at https://lab.civicrm.org/dev/core/-/issues/5090 |
Don't blame me I didn't write it! 😝 |
test this please |
See https://lab.civicrm.org/dev/core/-/issues/5090 Note the [test data](https://github.com/eileenmcnaughton/testdata) will create the relevant field This is a regression in the sense that the bug has always existed in the Custom Data loaded by ajax - but the event form newly loads it's custom data that way
e73910c
to
39df2d1
Compare
Co-authored-by: colemanw <coleman@civicrm.org>
Perfect - works as expected now! |
thanks @demeritcowboy @Detsieber |
Overview
dev/core#5090 Fix display of multiple autoselect custom fields
This is a regression in the sense that the bug has always existed in the Custom Data loaded by ajax - but the event form newly loads it's custom data that way
Before
See https://lab.civicrm.org/dev/core/-/issues/5090
Note the test data will create the relevant field
After
Saved custom data loads
Technical Details
@colemanw - that function is a nightmare!! Is it really still that complicated?
Comments