We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22f242c commit 592387aCopy full SHA for 592387a
src/Plugin/dgi_migrate_alter/spreadsheet/DssiNodeAlter.php
@@ -41,13 +41,9 @@ public function alter(array &$migration): void {
41
'date_note',
42
];
43
44
- $process['field_origin_information'][2]['values']['field_date_note'] = [
45
- [
46
- 'plugin' => 'skip_on_empty',
47
- 'method' => 'process',
48
- 'source' => 'parent_value/date_note',
49
- ],
50
- ];
+ // Using frequency as a template.
+ $process['field_origin_information'][2]['values']['field_date_note'] = $process['field_origin_information'][2]['values']['field_frequency'];
+ $process['field_origin_information'][2]['values']['field_date_note'][0]['source'] = 'parent_value/date_note';
51
}
52
53
0 commit comments