Closed (fixed)
Project:
Commerce Core
Version:
7.x-1.x-dev
Component:
Views integration
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
17 Aug 2011 at 20:04 UTC
Updated:
5 Sep 2011 at 23:51 UTC
The id for base table commerce_order was order_number. This affects any joins that try to relate to this table. It also causes really long queries on big tables, as a side-effect of joining with the wrong [non-indexed] column.
Simple patch fixes it after clearing Views cache.
| Comment | File | Size | Author |
|---|---|---|---|
| commerce_views-order-id.patch | 639 bytes | franz |
Comments
Comment #1
rszrama commentedThanks, committed!