Closed (fixed)
Project:
Feeds
Version:
7.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
1 Nov 2012 at 16:23 UTC
Updated:
24 Apr 2015 at 23:04 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
agupta commentedComment #2
acThis fixes the issue - can this be committed?
Comment #4
alan-ps commentedI encountered with same problem. We can also remove operator element (by default =). Correct patch was attached.
Comment #5
megachrizI'd like to test the patch. When does this problem occur?
Comment #6
alan-ps commentedThis is occur when you are using relationship for the Feeds item. I've attached an image for check.
Comment #7
megachriz@alan-io1 Thanks for posting the image! That was very helpful.
I tested the patch. The issue seems to only arise when the feeds_item table is joined twice, for example when you want to show guids or import dates of both nodes and the attached taxonomy terms. Or, when using Commerce, guids/import dates from both the product displays as well as the products.
However, I didn't get the error message from the original poster (maybe due to changes in the Views module?).
I looked up in the Views documentation what that "extra" actually means (so I can verify if the patch in #4 fixes the issue in the right way). This from the Views advanced help:
I also tested if "extra" could be omitted completely, but that resulted into duplicate rows in my case, so the patch does the right thing.
RTBC.
Comment #9
twistor commented