Closed (fixed)
Project:
Entity reference
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
10 Aug 2012 at 22:50 UTC
Updated:
24 Sep 2012 at 11:25 UTC
every query contains a #conjunction
/**
* Constructs a DataBaseCondition object.
*
* @param string $conjunction
* The operator to use to combine conditions: 'AND' or 'OR'.
*/
public function __construct($conjunction) {
$this->conditions['#conjunction'] = $conjunction;
}| Comment | File | Size | Author |
|---|---|---|---|
| skip_conjunction.patch | 757 bytes | droplet |
Comments
Comment #1
jessepinho commentedConfirming that I experience the same problem after saving a node with an entity reference (user) field.
Comment #2
pedrofaria commentedSame issue here.
I tested this patch and fixed the issue...
Comment #3
damien tournoud commentedI fixed this independently. Could not find an issue in search.