This seems like a useful module. In order to get it to work I needed to change line 244 of entityreference_count.module from
$select->condition('n.status', 1);
to
$select->condition('e.status', 1);
Now the queries look ok and the count is made correctly.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | entityreference_count-unknown_column_n.status-2053273-2.patch | 639 bytes | tien.xuan.vo |
Comments
Comment #1
tien.xuan.vo commentedYeah, I saw this issue too. I think this is a typo.
Comment #2
tien.xuan.vo commentedHere is the patch
Comment #3
klokie commentedThanks :) Looks ok to me.
Comment #4
klokie commentedWorks for me - can we please commit this patch?
Comment #5
damienmckenna+1
Comment #6
damienmckennaComment #8
WorldFallz commentedWorking my way through the issue queue in preparation for a release. Thanks everyone!