freeipa-webui icon indicating copy to clipboard operation
freeipa-webui copied to clipboard

Paginate function uses wrong ending index

Open mreynolds389 opened this issue 10 months ago • 0 comments

Javascript slice() function does not include the ending index. In paginate() we assume that it does, and it's always one index short of the desired result.

mreynolds389 avatar Apr 25 '24 18:04 mreynolds389