acquia / df

Demo Framework - mirrored at https://git.drupal.org/project/df.git
https://www.drupal.org/project/df
18 stars 19 forks source link

Use a MigrateExecutable to process rows in df_tools_translation. #51

Closed mortenson closed 7 years ago

mortenson commented 7 years ago

This change updates some old-school logic we had in df_tools_translation that used the raw CSV column value as the field value when saving new translations. That means that previously, process plugins other than "get" were completely ignored, including "explode" and "default_value".

Opening this as a PR to ensure that tests pass. I've manually tested this with TEC and [redacted] and it seems to work fine.