Closed (duplicate)
Project:
Relation
Version:
7.x-1.x-dev
Component:
Views
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
25 Apr 2012 at 10:26 UTC
Updated:
25 Apr 2012 at 10:35 UTC
I have a directional relation called "allows bookings for" between two entities (location -> night).
In views, I create two "relationships". The first is location -> relation. The second is relation -> night. Instantly I see an SQL Error:
SQLSTATE[23000]: Integrity constraint violation: 1052 Column 'title' in field list is ambiguous
Comments
Comment #1
Chris Gillis commentedTurns out I had some old fields in my sort criteria. This is actually a duplicate of http://drupal.org/node/1309142.