The recently committed fix for Single on/off checkbox labels being lost during a migration from D6 to D7 is great, but there's a mistake in one of the variable names that causes all on/off checkboxes to be set to off after the migration, along with the label for the checkbox going missing.

The attached patch corrects the variable name ($result should be $field_specs).

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

Kevin Rogers’s picture

Issue summary: View changes
drzraf’s picture

just fixing paths generated in the previous patch (drush make friendly)

drzraf’s picture

Status: Active » Reviewed & tested by the community

didn't tested yet myself, but since the dup' #2307749: Content not migrated for list_boolean field type was RTBC...

DamienMcKenna’s picture