Needs work
Project:
Paragraphs
Version:
8.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
29 Jun 2021 at 14:00 UTC
Updated:
2 Dec 2022 at 07:32 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
n4r3nThis patch provides
field_collection_fieldsformatter mapping.Comment #3
huzookaThis is okay!
Comment #4
tkiehne commentedCan confirm that this issue leads to an error during migration, after which the converted paragraph is not attached to the entity's view; to help out others looking for this, the error thrown during migration is:
I can also confirm that the solution proposed above works. I should point out that there is a third formatter in D7 field_collection — "field_collection_list" — so a full solution should probably include this, e.g.:
Comment #5
berdirLet's update it then.
Comment #6
tkiehne commentedRe-rolled with suggested changes
Comment #7
sclsweb commentedI'm using this patch via paragraphs_migration -- I generated a set of migrations with migrate_plus, then customized upgrade_d7_field_formatter_settings.yml with the "field_collection_list" modification described in #4-- but upgrade_d7_field_formatter_settings is still failing. Every one of the view modes that include a field collection generates this type of message:
Is this an issue with the patch, or am I doing something wrong? (And if I am doing something wrong, please point me in the right direction to fix it, because that error message is a mystery -- if I try to just continue onwards without fixing it, I get similar errors on upgrade_d7_field_instance_widget_settings, and it is all downhill from there. Really stuck.)