Currently content_migrate does not migrate the "referenceable roles" from a CCK field to the Fields API field in D7. This patch handles migrating "referenceable roles" to to the field settings (note not the field instance but the field).

CommentFileSizeAuthor
migrate-referenceable-roles.patch703 bytesbigjim

Comments

deekayen’s picture

Assigned: Unassigned » codeelegance

Maybe codeelegance can make sense of this.

codeelegance’s picture

@bigjim
I think I need a little more information on this. What is the behavior with and without the patch?

bigjim’s picture

When you migrate from D6->D7 using the content_migrate sub-module of cck. The global setting for what roles a role reference field is capable of referencing does not make the jump from D6->D7.

The end effect is when you migrate the field there are no roles to choose from.

deekayen’s picture

Status: Needs review » Fixed

Committed to 7.x-1.x at 408910a10bc0af9507af0e9d33718ba688754195.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.