MetaModels / core

MetaModels Core Module
GNU Lesser General Public License v3.0
95 stars 42 forks source link

Pagination does not include limit in calculation #1491

Closed zonky2 closed 1 year ago

zonky2 commented 1 year ago

If a limit is set, the number of buttons is still determined according to the total result when paginating.

If, for example, the limit is set to 6 and the pagination is set to 3, but there are 9 items, there will be 1 | 2 | 3 in the pagination - but on page 3 there will be no item output.

zonky2 commented 1 year ago

This is not comprehensible in the test case.