mirror of
https://github.com/GAM-team/GAM.git
synced 2026-07-04 21:01:36 +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'
|
initialGroupConfig = 'WITH_INITIAL_OWNER'
|
||||||
elif ciGroupsAPI and myarg in {'security', 'makesecuritygroup'}:
|
elif ciGroupsAPI and myarg in {'security', 'makesecuritygroup'}:
|
||||||
body['labels'][CIGROUP_SECURITY_LABEL] = ''
|
body['labels'][CIGROUP_SECURITY_LABEL] = ''
|
||||||
|
elif ciGroupsAPI and myarg in ['locked']:
|
||||||
|
body['labels'][CIGROUP_LOCKED_LABEL] = ''
|
||||||
elif myarg == 'verifynotinvitable':
|
elif myarg == 'verifynotinvitable':
|
||||||
verifyNotInvitable = True
|
verifyNotInvitable = True
|
||||||
else:
|
else:
|
||||||
|
|||||||
Reference in New Issue
Block a user