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

Commit265bc13

Browse files
fix: iids not working as a list in projects.issues.list()
Set the 'iids' values as type ListAttribute so it will pass the listas a comma-separated string, instead of a list.Closes:#1407
1 parentdde01c7 commit265bc13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎gitlab/v4/objects/issues.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ class ProjectIssueManager(CRUDMixin, RESTManager):
220220
"discussion_locked",
221221
),
222222
)
223-
_types= {"labels":types.ListAttribute}
223+
_types= {"iids":types.ListAttribute,"labels":types.ListAttribute}
224224

225225

226226
classProjectIssueLink(ObjectDeleteMixin,RESTObject):

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp