The current support for cck_migrate does not take into account the following changes :
- #1063764: Field formatters not unique renamed field formatters
- #1012372: Use hook_field_instance_settings_form also moved settings from the field level to the instance level

Attached patch fixes that. Tested locally, works.

CommentFileSizeAuthor
link_fix_migrate.patch1.84 KByched

Comments

dqd’s picture

Status: Needs review » Reviewed & tested by the community
git apply -v link_fix_migrate.patch
Checking patch link.module...
Hunk #1 succeeded at 1080 (offset 186 lines).
Hunk #2 succeeded at 1095 (offset 186 lines).
Applied patch link.module cleanly.

applied, code is clean, seems to have no side-effects. Due to the fact how old this issue is, lets push it to latest dev and call it a day.

Sorry but I only maintain link module since end of summer 2011. I found this old issue here by cleaning the issue queue.

dqd’s picture

Status: Reviewed & tested by the community » Closed (fixed)