mirror of
https://github.com/ansible/awx.git
synced 2026-05-11 19:37:38 -02:30
Bug fixes from integration ran on launchtime branch
Make error message for muti-vault validation more consistent with historical message
This commit is contained in:
@@ -381,7 +381,7 @@ class Credential(PasswordFieldsModel, CommonModelNameNotUnique, ResourceMixin):
|
||||
that can be used to evaluate exclusivity
|
||||
'''
|
||||
if display:
|
||||
type_alias = self.kind
|
||||
type_alias = self.credential_type.name
|
||||
else:
|
||||
type_alias = self.credential_type_id
|
||||
if self.kind == 'vault' and self.inputs.get('vault_id', None):
|
||||
|
||||
Reference in New Issue
Block a user