mirror of
https://github.com/GAM-team/GAM.git
synced 2026-06-03 22:01:39 +00:00
CI group locking on create now works
This commit is contained in:
@@ -33005,6 +33005,8 @@ def doCreateGroup(ciGroupsAPI=False):
|
||||
initialGroupConfig = 'WITH_INITIAL_OWNER'
|
||||
elif ciGroupsAPI and myarg in {'security', 'makesecuritygroup'}:
|
||||
body['labels'][CIGROUP_SECURITY_LABEL] = ''
|
||||
elif ciGroupsAPI and myarg in ['locked']:
|
||||
body['labels'][CIGROUP_LOCKED_LABEL] = ''
|
||||
elif myarg == 'verifynotinvitable':
|
||||
verifyNotInvitable = True
|
||||
else:
|
||||
|
||||
Reference in New Issue
Block a user