Issue #2553311 by mikeryan, quietone: Drupal file migrations need to urlencode paths
parent
82829f8d26
commit
fa36dbda90
|
|
@ -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:
|
||||||
uid: uid
|
uid: uid
|
||||||
destination:
|
destination:
|
||||||
plugin: entity:file
|
plugin: entity:file
|
||||||
|
urlencode: true
|
||||||
|
|
|
||||||
|
|
@ -23,3 +23,4 @@ process:
|
||||||
destination:
|
destination:
|
||||||
plugin: entity:file
|
plugin: entity:file
|
||||||
source_path_property: filepath
|
source_path_property: filepath
|
||||||
|
urlencode: true
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue