Skip to content

Commit

Permalink
Update annotation migration to replicate success of other migrations
Browse files Browse the repository at this point in the history
Ref #455
  • Loading branch information
Keegan Rankin committed Jul 31, 2024
1 parent 209b256 commit 2e5b667
Showing 1 changed file with 6 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ process:
field_pece_license: field_pece_license
body/format:
plugin: default_value
default_value: html
default_value: basic_html
body/value:
plugin: extract
source: body
Expand All @@ -56,7 +56,11 @@ process:
- 0
- summary
default: ''
field_tags: field_pece_tags
field_tags:
plugin: sub_process
source: field_pece_tags
process:
target_id: tid
field_ark_enabled:
plugin: default_value
source: field_ark_enabled
Expand All @@ -69,14 +73,6 @@ process:
plugin: default_value
source: field_pece_artifact
default_value: null
field_pbc_ref_user:
plugin: default_value
source: permission_by_user_view
default_value: null
field_pbc_ref_role:
plugin: default_value
source: permission_by_role_view
default_value: null
field_pece_all_can_view:
plugin: default_value
source: permission_all_user_view
Expand Down

0 comments on commit 2e5b667

Please sign in to comment.