Closed (outdated)
Project:
Feeds
Version:
7.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
25 Jun 2015 at 11:44 UTC
Updated:
26 Nov 2025 at 14:51 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
miiimoooAttached find simple patch to fix this problem. If you use for instance feeds_tamper to explode multiple parent references, this will correctly write multiple parents.
Comment #2
miiimoooComment #3
miiimoooThe previous patch breaks single values. This patch fixes mappings that don't have multiple values.
Comment #4
twistor commentedExtra parens.
No need for the while() here. Just foreach over the query.
Also, no need for the condition, on $row->entity_id.
Extra parens.
If you broke this without the test failing, then we need test coverage of this.
Comment #5
bluegeek9 commentedUnfortunately, Drupal 7 is End of Life and no longer supported. We strongly encourage you to upgrade to a supported version of Drupal.