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

Commitdabfeb3

Browse files
committed
More efficient .get() for group members.
Fixes#499
1 parent4cc9739 commitdabfeb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎gitlab/v4/objects.py‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -547,7 +547,7 @@ class GroupMember(SaveMixin, ObjectDeleteMixin, RESTObject):
547547
_short_print_attr='username'
548548

549549

550-
classGroupMemberManager(GetFromListMixin,CreateMixin,UpdateMixin,
550+
classGroupMemberManager(ListMixin,GetMixin,CreateMixin,UpdateMixin,
551551
DeleteMixin,RESTManager):
552552
_path='/groups/%(group_id)s/members'
553553
_obj_cls=GroupMember

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp