Hi,

The query used in the chosen_update_7203 update hook doesn't retrieve all field instances required to update.

SELECT field_name FROM field_config_instance WHERE data LIKE '%options_select%apply_chosen%';

It selects only rows like:

{s:14:"options_select";...s:12:"apply_chosen";}

But it doesn't select rows like:

{s:12:"apply_chosen";...s:14:"options_select";}

{s:12:"apply_chosen";...s:11:"date_select";}

Best regards,
Cătălin

CommentFileSizeAuthor
#1 chosen-chosen_update_7203-2243223.patch734 bytescdog
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

cdog’s picture