Project60 / org.project60.banking

CiviCRM banking extension
18 stars 38 forks source link

Make transaction list cutoff (2k) configurable #385

Closed bjendres closed 1 year ago

bjendres commented 1 year ago

Currently, there's a hard-coded transaction list limit of 2000 lines (HERE). It was introduced to protect the browser from crashing with huge statements, but it's somewhat arbitrary.

We want to create a configuration option for that.