- Issue created by @esteban.arias
- 🇨🇷Costa Rica esteban.arias
Adding the patch which deals with this issue.
While selecting a province or changing other fields, the ajax callback fails with an error which states that the callback is not callable.
1. Add the field to an entity.
2. Try creating an entity with the field.
3. Select a province.
4. The locality field will not populate and you will be able to see an error in the console.
The fix is to change the way the ajax callback is defined on the widget to align with latest Drupal standards.
Test this fix on the sites affected.
None.
None.
None.
Active
2.0
Code
Adding the patch which deals with this issue.