jpos / jPOS-EE

jPOS Extended Edition
http://jpos.org
GNU Affero General Public License v3.0
107 stars 152 forks source link

Fix in DBManager criteriaQuery to consider all filters #282

Closed jrfinc closed 1 year ago

jrfinc commented 1 year ago

Continuation of #281. In some cases, filters where not being considered.

alcarraz commented 1 year ago

Isn't this ignoring the internalFilters parameter?

jrfinc commented 1 year ago

You are right! Will fix. Thanks.