Closed gerhard closed 14 years ago
Yes, this is happening because the values in the articles are not "imported" into custom_fields table. When the new select tries to render, it finds values for that article that it doesn't know about and it just freaks out.
I have tried to change a custom field type text input to select (the DB table updates properly as a result). However, when I edit an article to select the custom field, all the selections come up as custom_field_name0 rather than the list of entries in the DB table.