Similar to #3096951: d7_node migration should have dependency on d7_node_title_label migration → and #3097327: d7_node_title_label migration plugin incorrectly generating base_field_override for every node type, even those that don't have an overridden title label → .
Right now there is only one:
d7_view_modes
) migrationd7_field
) migrationd7_field_instance
) migrationd7_field_formatter_settings
) migrationd7_field_instance_widget_settings
) migration… rather than one of those per entity type + bundle.
This is harder to understand, and harder to debug.
Furthermore, just like #3097314: d7_comment migration should have dependency on d7_comment_entity_display, same for d7_custom_block + block_content_entity_display → , the concrete entity migration not having a dependency on the above configuration makes it harder to compare the data on the destination D8 site with the source D7 site, because equivalent formatters and widgets will be used.
optional
migration dependencies. to the corresponding content entity migrations.Needs work
3.0
Code
Enhances developer experience.
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.