- Issue created by @erwangel
- 🇫🇷France erwangel
This seems to be a Drupal function called to get values of entity fields. I removed all media_gallery specific fields that had been created by the d7 migration such as media_gallery_block_columns, media_gallery_expose_block, media_gallery_image_info_where, media_gallery_block_rows, etc. from the Manage form display (admin/structure/types/manage/media_gallery/fields) and I can now edit gallery nodes with no problem. But is this normal behavior ? Should we consider the issue as solved ?
- Status changed to Closed: works as designed
11 months ago 7:44am 26 December 2023 - ivnish Kazakhstan
Hi!
Since 2.2.4 media gallery has own migration files. See https://www.drupal.org/project/media_gallery/issues/3314093#comment-1535... ✨ Add migration support via Migrate API Fixed
Please rollback d7_node:media_gallery and migrate:import d7_file, plus d7_file_entity:image:public and use media gallery migrate commands