Needs work
Project:
Drupal core
Version:
main
Component:
migration system
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
1 Mar 2021 at 12:01 UTC
Updated:
18 Jul 2024 at 07:46 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
huzookaComment #3
huzookaComment #4
wim leersEvidently tests are passing. I don't know how thorough tests are for block migrations though.
I think it'd be helpful if you could explain this:
This is touching the
langcodeandidproperties…… but this is touching the
pluginandthemeproperties.Comment #5
huzookaRe #4:
I think it is unnecessary. The lines following that condition (in EntityBlock) explain what's going on.
Comment #6
wim leers#5:
Aha. Those lines are:
And so you're saying they're no longer being used now. I see.
So …
d7_block_translationdoes not need to migrate those values at all?Comment #7
quietone commentedInteresting find.
Changing the destination plugin will affect all block migrations and I would like to see more documentation here about these changes.
I don't understand 'placement translation'. The translations are for properties like 'title' not about placement. Am I missing something?
Some questions, are we always guaranteed that if there is a langcode and id that the id is correct? Will migrations such as d7_block still work if a language property was added to the process pipeline?
Comment #13
quietone commented