Issue #2630578 by mikeryan, jonhattan, Matt B: Formats duplicated in D6 upgrade
parent
05da917b88
commit
56ebb39a70
|
@ -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:
|
||||||
|
|
|
@ -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,
|
||||||
|
|
Loading…
Reference in New Issue