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!