mirror of
https://github.com/ZwareBear/awx.git
synced 2026-05-05 07:11:46 -05:00
fix a bug in the CredentialType field validator that breaks required
see: #6769
This commit is contained in:
@@ -542,6 +542,10 @@ class CredentialTypeInputField(JSONSchemaField):
|
||||
'type': 'object',
|
||||
'additionalProperties': False,
|
||||
'properties': {
|
||||
'required': {
|
||||
'type': 'array',
|
||||
'items': {'type': 'string'}
|
||||
},
|
||||
'fields': {
|
||||
'type': 'array',
|
||||
'items': {
|
||||
|
||||
Reference in New Issue
Block a user