Skip to content
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

CrmUi - Fix crmSelect2 to work with ngOptions #24224

Merged
merged 1 commit into from
Aug 11, 2022

Conversation

colemanw
Copy link
Member

@colemanw colemanw commented Aug 10, 2022

Overview

Fixes bug reported in dev/core#3797

Before

Select elements using ngOptions broken, such as those in CiviMail.

After

Fixed.

Technical Details

As part of #23749 select elements using ui-jq were switched to crm-ui-select, which should have been a drop-in replacement, but it turned out to be incompatible with ngOptions. This fixes it.

As part of civicrm#23749 select elements using
ui-jq were switched to crm-ui-select, which should have been a drop-in replacement,
but it turns out it broke for widgets using ngOptions. This fixes it.

Fixes dev/core#3797
@civibot
Copy link

civibot bot commented Aug 10, 2022

(Standard links)

@civibot civibot bot added the 5.53 label Aug 10, 2022
@seamuslee001 seamuslee001 merged commit f82fa0e into civicrm:5.53 Aug 11, 2022
@seamuslee001 seamuslee001 deleted the fixSelect2AndNgOptions branch August 11, 2022 05:32
@savionlee
Copy link

worked for me!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants