Needs work
Project:
Drupal core
Version:
main
Component:
migration system
Priority:
Minor
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
22 Sep 2016 at 14:37 UTC
Updated:
30 May 2020 at 10:45 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #6
heddnI think we must have figured out a way to do this since a few years past. So marking closed.
Comment #7
wim leersis still in
\Drupal\migrate_drupal_ui\Batch\MigrateUpgradeImportBatch. Let's remove it then :)Comment #8
pefferen commentedcreated patch to remove todo, as per suggestion in comment #7
Comment #9
tvb commentedManually applied the patch to 8.9.x without any issues.
The comment line with @todo is gone after applying the patch.
Setting status to RTBC.
Comment #10
quietone commentedThe todo mentioned was added in #2681869: Provide clean way to merge configuration into migration plugins and nothing has been done to find a way to not set the source_base_path in MigrateUpgradeRunBatch. In fact, I was looking at that recently at #2925899: MigrateUpgradeImportBatch does not use source_private_file_path & source_base_path correctly, making it impossible to have public & private files in separate locations and I am pretty sure that the code is still needed.
Comment #11
wim leers#10: That's what I suspected actually. So you're saying that #6 is inaccurate, right?
Comment #12
quietone commentedYes, I believe #6 is inaccurate.
This is the change committed in [#2681860]. This issue #2804611: Migrate sources and destinations need a way to get their requirements is to find a way another way to setup the source_base_path for a migration with a file destination.
Comment #14
quietone commentedRe-reading the issue that added the todo, it was in comment 2681869-#25