cck checkboxes or select options doesnt get popuated by the function node_factory_set_cck_value.

Comments

Gerald Mengisen’s picture

Just for what it is worth: I've experienced the same symptom with the node import module: http://drupal.org/project/node_import . The work-around for importing was to change the fields to regular text fields during the import and change them back for later use to their original type. That works somewhat for importing, but probably not for your scenario....

Bottom line: I think that's rather a bug in CCK than in node factory.

clemens.tolboom’s picture

Assigned: Unassigned » clemens.tolboom
Priority: Critical » Normal
Status: Active » Closed (duplicate)

I close this in favour of #260981: support for options select/radio/checkbox. There the 'code' solutions are laying around :-)

Thanks for the report en xref to node_import.