In feedapi_mapper_video_cck.inc :

Why do we need to call video_cck_field('submit', ...) ? Does this have to do with incorrect node creation procedure?

See: http://drupal.org/node/196273#comment-772748

I did a test with a patched version of FeedAPI where nodeapi('prepare') was replaced by a call to nodeapi('submit') and feedapi_mapper_video_cck where the 'submit' call was removed and the mapping did not work.

Is feedapi / femp missing something so that we need to call video_cck_field('submit') explicitly?

Comments

alex_b’s picture

Title: video_cck mapper: clarify video_cck_field('submit', ...) call » video_cck mapper: clarify emfield_field('submit', ...) call
Version: 5.x-1.x-dev » 6.x-1.x-dev

Name of mapper changed. Issue stays the same.

alex_b’s picture

Title: video_cck mapper: clarify emfield_field('submit', ...) call » emvideo mapper: clarify emfield_field('submit', ...) call

Name of mapper changed, too.