Skip to content
Snippets Groups Projects
Commit fa36dbda authored by Angie Byron's avatar Angie Byron
Browse files

Issue #2553311 by mikeryan, quietone: Drupal file migrations need to urlencode paths

parent 82829f8d
No related branches found
No related tags found
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
...@@ -5,3 +5,6 @@ migrate.destination.entity:file: ...@@ -5,3 +5,6 @@ migrate.destination.entity:file:
source_path_property: source_path_property:
type: string type: string
label: 'Source path' label: 'Source path'
urlencode:
type: boolean
label: 'Whether to urlencode incoming file paths'
...@@ -23,3 +23,4 @@ process: ...@@ -23,3 +23,4 @@ process:
uid: uid uid: uid
destination: destination:
plugin: entity:file plugin: entity:file
urlencode: true
...@@ -23,3 +23,4 @@ process: ...@@ -23,3 +23,4 @@ process:
destination: destination:
plugin: entity:file plugin: entity:file
source_path_property: filepath source_path_property: filepath
urlencode: true
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment