added migrate dependencies
This commit is contained in:
parent
2f15cb710b
commit
f9b8effe96
|
@ -86,7 +86,7 @@ process:
|
||||||
migration: d7_file
|
migration: d7_file
|
||||||
|
|
||||||
# TODO : a vérifier
|
# TODO : a vérifier
|
||||||
# j’ai fait un test de recherche sur ce tableau user (recherche par email "@materio.com"), les réponses sont pour l’instant aberrantes (kevin travaille par exemple chez Onip Peinture)
|
# j’ai fait un test de recherche sur ce tableau user (recherche par email "@materio.com"), les réponses sont pour l’instant aberrantes (kevin travaille par exemple chez Onip Peinture)
|
||||||
field_company:
|
field_company:
|
||||||
plugin: migration_lookup
|
plugin: migration_lookup
|
||||||
migration: d7_taxonomy_term_company
|
migration: d7_taxonomy_term_company
|
||||||
|
@ -102,6 +102,8 @@ process:
|
||||||
migration_dependencies:
|
migration_dependencies:
|
||||||
required:
|
required:
|
||||||
- d7_allpublicfiles
|
- d7_allpublicfiles
|
||||||
|
- d7_taxonomy_term_showroom
|
||||||
|
- d7_taxonomy_term_company
|
||||||
# optional:
|
# optional:
|
||||||
# - d7_field_instance
|
# - d7_field_instance
|
||||||
# - d7_file
|
# - d7_file
|
||||||
|
|
Loading…
Reference in New Issue