This is an automated email from the ASF dual-hosted git repository.

klesh pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-devlake.git


The following commit(s) were added to refs/heads/main by this push:
     new ae3edc91d fix(gitlab): fix remote project api page (#8594)
ae3edc91d is described below

commit ae3edc91d28dce26c10e029c76dd6f4e09a2c2dc
Author: xiao.wu <[email protected]>
AuthorDate: Mon Sep 29 14:17:04 2025 +0800

    fix(gitlab): fix remote project api page (#8594)
---
 backend/plugins/gitlab/api/remote_api.go | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/backend/plugins/gitlab/api/remote_api.go 
b/backend/plugins/gitlab/api/remote_api.go
index 647fc8ba0..b34f4ba61 100644
--- a/backend/plugins/gitlab/api/remote_api.go
+++ b/backend/plugins/gitlab/api/remote_api.go
@@ -78,7 +78,7 @@ func listGitlabRemoteScopes(
        // no more groups, start to load projects under the group
        var moreChild []dsmodels.DsRemoteApiScopeListEntry[models.GitlabProject]
        moreChild, nextPage, err = listGitlabRemoteProjects(connection, 
apiClient, groupId, GitlabRemotePagination{
-               Page:    1,
+               Page:    page.Page,
                PerPage: page.PerPage,
                Step:    "project",
        })

Reply via email to