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

8.0.x
webchick 2015-11-12 12:46:17 -08:00
parent 82829f8d26
commit fa36dbda90
3 changed files with 5 additions and 0 deletions

View 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'

View File

@ -23,3 +23,4 @@ process:
uid: uid uid: uid
destination: destination:
plugin: entity:file plugin: entity:file
urlencode: true

View File

@ -23,3 +23,4 @@ process:
destination: destination:
plugin: entity:file plugin: entity:file
source_path_property: filepath source_path_property: filepath
urlencode: true