updated core from 8.4 to 8.5 : bug with login_destination
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
id: d7_tracker_node
|
||||
label: Tracker node
|
||||
migration_tags:
|
||||
- Drupal 7
|
||||
- Content
|
||||
source:
|
||||
plugin: d7_tracker_node
|
||||
process:
|
||||
nid: nid
|
||||
published: published
|
||||
changed: changed
|
||||
destination:
|
||||
plugin: entity:node
|
||||
migration_dependencies:
|
||||
required:
|
||||
- d7_user
|
||||
@@ -0,0 +1,15 @@
|
||||
id: d7_tracker_settings
|
||||
label: Tracker settings
|
||||
migration_tags:
|
||||
- Drupal 7
|
||||
- Configuration
|
||||
source:
|
||||
plugin: variable
|
||||
variables:
|
||||
- tracker_batch_size
|
||||
source_module: tracker
|
||||
process:
|
||||
cron_index_limit: tracker_batch_size
|
||||
destination:
|
||||
plugin: config
|
||||
config_name: tracker.settings
|
||||
@@ -0,0 +1,17 @@
|
||||
id: d7_tracker_user
|
||||
label: Tracker user
|
||||
migration_tags:
|
||||
- Drupal 7
|
||||
- Content
|
||||
source:
|
||||
plugin: d7_tracker_user
|
||||
process:
|
||||
nid: nid
|
||||
uid: uid
|
||||
published: published
|
||||
changed: changed
|
||||
destination:
|
||||
plugin: entity:user
|
||||
migration_dependencies:
|
||||
required:
|
||||
- d7_user
|
||||
Reference in New Issue
Block a user