compucorp / uk.co.compucorp.civicrm.pivotreport

CiviCRM Pivot table reporting solution
Other
8 stars 13 forks source link

GSSPRT-95: Fix Bug Fetching Rows On Report #123

Closed lisandro-compucorp closed 3 years ago

lisandro-compucorp commented 3 years ago

Overview

This PR solves a problem that appears on a specific report that handles a relatively big amount of data. The caching mechanism was discarding some rows that should appear on the report.

In some way, the batch size specified on the constant ROWS_API_LIMIT was causing the problem, and as a temporal solution, we have increased the number. The underlying problematic situation will be handled soon.

Before

Some of the results expected were omitted on the output generated for the report.

After

All the information expected is correctly being displayed.