pixelant / pxa_product_manager

Product Manager. Allow to create and list products on a site. Create dynamical attributes for products. Filter by categories and attributes
11 stars 12 forks source link

Fix category filter query builder #396

Closed stefanwimmer128 closed 1 year ago

stefanwimmer128 commented 1 year ago

New Pull Request checklist

PR Type

What kind of change does this PR introduce?

Breaking change

Does this PR introduce a breaking change?

Description

Fixes query builder for category filtering. Currently the invalid column "tpppm.uid_local" is used in "group by" where "scrm.uid_foreign" should be used.