Skip to content

Commit

Permalink
release(1.7.6): add field struttura esterna to evento
Browse files Browse the repository at this point in the history
  • Loading branch information
arturu committed Jan 26, 2024
1 parent f877cf0 commit 5b9b186
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions config/install/migrate_plus.migration.demo_evento.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,9 @@ source:
selector: attributes/data_ora_fine

# Scheda contatti
- name: struttura_esterna
label: 'La struttura esterna responsabile'
selector: relationships/struttura_esterna/data
- name: struttura_organizzativa
label: 'La struttura organizzativa responsabile'
selector: relationships/struttura_organizzativa/data
Expand Down Expand Up @@ -184,6 +187,14 @@ process:
source: struttura_organizzativa
process:
target_id: id
field_struttura_esterna:
- plugin: skip_on_empty
source: struttura_esterna
method: process
- plugin: sub_process
source: struttura_esterna
process:
target_id: id
field_collaborazioni:
- plugin: skip_on_empty
source: collaborazioni
Expand Down

0 comments on commit 5b9b186

Please sign in to comment.