Postponed (maintainer needs more info)
Project:
FeedAPI
Version:
6.x-1.6
Component:
Code feedapi_node
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
2 Apr 2009 at 19:46 UTC
Updated:
9 May 2009 at 06:07 UTC
Comments
Comment #1
Steve Dondley commentedI'm looking for a solution to this, too. I have a cck text field (select type) that I'd like have set to its default value when the node is created by feedapi.
Comment #2
Steve Dondley commentedThis discussion seems relevant. Probably a cck issue: http://drupal.org/node/200359
Comment #3
alex_b commentedThe issue is in fact that feedapi_node uses only node_save() to save nodes.
As much of the rest of Drupal, node manipulation is form driven. The only way to correctly create a node is to use to simulate its submission by way of drupal_execute(). Alas, this is way too slow. I don't really have a good solution here.
Comment #4
alex_b commentedAlso see #367111-6: Wrong use of node_save()