kaminari icon indicating copy to clipboard operation
kaminari copied to clipboard

Fix page_entries_info when array is empty

Open monfresh opened this issue 2 years ago • 1 comments

This fixes #1013

Previously, the code was not taking into account that you can call paginate_array with an empty array, while passing in the total_count.

This fix checks to see if the records are empty or not. If they are, then the to variable uses a different calculation.

monfresh avatar Jun 23 '22 01:06 monfresh

@amatsuda Hi. Any feedback on this PR?

monfresh avatar Aug 19 '22 19:08 monfresh

@monfresh Thank you!

amatsuda avatar Oct 04 '23 02:10 amatsuda

@amatsuda Would you be able to release a new version with my fix please? Thanks!

monfresh avatar Feb 07 '24 01:02 monfresh