Skip to content

Commit

Permalink
Incorrect number of records when using dataManager.getCount() #3528
Browse files Browse the repository at this point in the history
  • Loading branch information
Gavrilov-Ivan committed Aug 13, 2024
1 parent fcda146 commit 1e7d34b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -232,8 +232,8 @@ protected void buildResultQuery() {
}
applyFiltering();
applySorting();
applyCount();
applyDistinct();
applyCount();
restrictByPreviousResults();
}

Expand Down

0 comments on commit 1e7d34b

Please sign in to comment.