Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Fixed: Incorrect findByCount on DynamicView with groupBy and selected…
… fields (OFBIZ-11041) When you create a DynamicView with 'group by' agreggate function and you perform a delegator.findCountByCondition() with selected fields, the result is different from the count of each element returned by delegator.findList(). The problem come from when the 'group by' closure is populated with all grouped by fields from on the DV and not only those from selected fields. Thanks to Leila Mekika to raise and solve this issue. git-svn-id: https://svn.apache.org/repos/asf/ofbiz/ofbiz-framework/trunk@1859438 13f79535-47bb-0310-9956-ffa450edef68
- Loading branch information
Showing
with
1 addition
and 1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters