Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit44f05dc

Browse files
Ryan Hollerannejch
Ryan Holleran
authored andcommitted
fix: Use the ProjectIterationManager within the Project object
The Project object was previously using the GroupIterationManagerresulting in the incorrect API endpoint being used. Utilize the correctProjectIterationManager instead.Resolves#2403
1 parent5579750 commit44f05dc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎gitlab/v4/objects/projects.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
from .integrationsimportProjectIntegrationManager,ProjectServiceManager# noqa: F401
5858
from .invitationsimportProjectInvitationManager# noqa: F401
5959
from .issuesimportProjectIssueManager# noqa: F401
60-
from .iterationsimportGroupIterationManager# noqa: F401
60+
from .iterationsimportProjectIterationManager# noqa: F401
6161
from .jobsimportProjectJobManager# noqa: F401
6262
from .labelsimportProjectLabelManager# noqa: F401
6363
from .membersimportProjectMemberAllManager,ProjectMemberManager# noqa: F401
@@ -187,7 +187,7 @@ class Project(RefreshMixin, SaveMixin, ObjectDeleteMixin, RepositoryMixin, RESTO
187187
invitations:ProjectInvitationManager
188188
issues:ProjectIssueManager
189189
issues_statistics:ProjectIssuesStatisticsManager
190-
iterations:GroupIterationManager
190+
iterations:ProjectIterationManager
191191
jobs:ProjectJobManager
192192
keys:ProjectKeyManager
193193
labels:ProjectLabelManager

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp