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

publicmind’s picture

FYI: 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.

alex_b’s picture

Status: Active » Closed (works as designed)

This 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'.