Closed (works as designed)
Project:
FeedAPI
Version:
6.x-1.8
Component:
Code feedapi_node
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
18 Sep 2009 at 15:27 UTC
Updated:
18 Sep 2009 at 16:46 UTC
I recently noticed that when a feed-item is updated on a feed refresh (i.e. when is_updated is true for the item), any image attached with the node (feed-item node) is removed, which I guess is done by the feedapi_node processor.
Is this by design or a bug with feedapi node?
Regards,
Comments
Comment #1
publicmind commentedFYI: the image is attached inside a CCK Imagefield. I am guessing that feedapi node just reboots the node if the associated feed item is updated.
Comment #2
alex_b commentedThis is by design, as 'update' means literally update from feed and not 'merge'. I know the latter would be desirable in many cases, but it's not easy to do. I will set this to 'by design'.