Issue #2630578 by mikeryan, jonhattan, Matt B: Formats duplicated in D6 upgrade

8.2.x
Alex Pott 2016-05-08 11:27:17 -05:00
parent 05da917b88
commit 56ebb39a70
2 changed files with 3 additions and 9 deletions

View File

@ -6,14 +6,8 @@ source:
plugin: d6_filter_format plugin: d6_filter_format
process: process:
format: format:
- plugin: machine_name
plugin: machine_name source: name
source: name
-
plugin: dedupe_entity
entity_type: filter_format
field: format
length: 32
name: name name: name
cache: cache cache: cache
filters: filters:

View File

@ -43,7 +43,7 @@ class MigrateUpgrade6Test extends MigrateUpgradeTestBase {
'field_config' => 62, 'field_config' => 62,
'field_storage_config' => 43, 'field_storage_config' => 43,
'file' => 7, 'file' => 7,
'filter_format' => 8, 'filter_format' => 7,
'image_style' => 5, 'image_style' => 5,
'migration' => 105, 'migration' => 105,
'node' => 9, 'node' => 9,