Hello,

I upgraded Drupal 6.22 to Drupal 7.9 (also see http://drupal.org/node/1353510)

When using Migrate fields I get:
Changed field type: The 'field_seizoen' field uses a 'optionwidgets_select' widget. The field type will be changed from 'text' to 'list_text'

In the field 'field_seizoen' I could choose a value from a list. In 7.9 the field and the list is available. When I view a record the choosen value is not assigned. But when I export the record the value is correct. This is also with other fields which have multiple values. The views using this fields do not work.

Anyone an idea to how to assign the values given to these fields in the migration process?

Comments

magibird’s picture

I have just experienced the same thing upgrading from 6.22 to 7.10. The odd thing is that when I simply view a node, the values appear correctly, but when I then edit the node, all values are set to none. And yes, all views utilizing these fields are broken. Were able to figure out a fix to this problem?

PvO’s picture

In may case I found it was related to the value|label pairs in my lists. I used for example:
0|2011-2012
1|2010-2011
I will change these pairs to just single ones like
2011-2012
2010-2011
This way my problem is solved. But migrating still needs views to be repaired.

magibird’s picture

Thank you! you are a life saver! :-) -- or at least a significant project saver, which is sometimes the same thing!

Anonymous’s picture

same issue like #1, I have already single value in the list. Is there anybody that can help me?