提交 22f452d0 编写于 作者: T Tim Zallmann

Merge branch 'commits-list-page-limit' into 'master'

Fix commit list request appending 40 to offset

Closes #36569 and #36563

See merge request !13603
......@@ -17,7 +17,7 @@ window.CommitsList = (function() {
}
});
Pager.init(limit, false, false, this.processCommits);
Pager.init(parseInt(limit, 10), false, false, this.processCommits);
this.content = $("#commits-list");
this.searchField = $("#commits-search");
......
---
title: Fix commit list not loading the correct page when scrolling
merge_request:
author:
type: fixed
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册