gerhard / glz_custom_fields_public

glz_custom_fields contributors can raise bugs here and vote for features
16 stars 2 forks source link

Changing custom fields from text_input to select #14

Closed gerhard closed 14 years ago

gerhard commented 14 years ago

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.

gerhard commented 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.