Combining works, all the fields contributed by the parent feed stay filled, except the cck date fields of the parent field, they become empty. Any idea?

Comments

Hanno’s picture

I did some tests. The values of all date fields (like field_datumactiviteit[0]['value']) get lost after the mapping instruction at line 73 in FeedsNodeMultisourceProcessor.inc
$this->map($item, $node);

It seems not related to the mapping of the parent feed, it also happens to other date fields not feeded by a feed but manually added.

cck text fields are not affected.

Hanno’s picture

Status: Active » Fixed

The new 6.beta3 release of Feeds fixed this issue. The problem was #856408: hook_feeds_node_processor_targets_alter() for Link and Filefield don't pass $target by reference.
The commited patch of that issue fixed this bug as well.

andrewlevine’s picture

Thanks for the reports Hanno, sorry I had notifications off for this module. They are on now.

Hanno’s picture

Thanks for this module, great contribution.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.