Active
Project:
Feed Element Mapper
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
17 Mar 2008 at 16:57 UTC
Updated:
1 Dec 2008 at 23:14 UTC
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
Comment #1
alex_b commentedName of mapper changed. Issue stays the same.
Comment #2
alex_b commentedName of mapper changed, too.