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

Commit048b1cf

Browse files
author
Gauvain Pocentek
committed
Groups can be updated
1 parent075345a commit048b1cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎gitlab/objects.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -712,10 +712,10 @@ class GroupProjectManager(BaseManager):
712712

713713
classGroup(GitlabObject):
714714
_url='/groups'
715-
canUpdate=False
716715
_constructorTypes= {'projects':'Project'}
717716
requiredCreateAttrs= ['name','path']
718717
optionalCreateAttrs= ['description','visibility_level']
718+
optionalUpdateAttrs= ['name','path','description','visibility_level']
719719
shortPrintAttr='name'
720720
managers= [('members',GroupMemberManager, [('group_id','id')]),
721721
('projects',GroupProjectManager, [('group_id','id')])]

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp