Skip to content

Fix commit list request appending 40 to offset

Phil Hughes requested to merge commits-list-page-limit into master

What does this MR do?

Fixes the commit list appending 40 to the offset instead of adding. This used to work because the number was set inline, we removed the inline scripts & now the number comes in as a string. This fixes that by correctly parsing the number by passing the infinite scrolling library.

What are the relevant issue numbers?

Closes #36569 (closed), #36563 (closed)

Edited by Phil Hughes

Merge request reports