mirror of
https://github.com/ansible/awx.git
synced 2024-11-02 09:51:09 +03:00
Found and fixed another bug on the Credentials form. Changing the ssh password value was causing a hidden password field to become invalid. Form definition for ssh password cleared the incorrect associated confirmation field.
This commit is contained in:
parent
b521d3f350
commit
d5d3495494
@ -139,7 +139,7 @@ angular.module('CredentialFormDefinition', [])
|
||||
label: 'SSH Password',
|
||||
type: 'password',
|
||||
ngShow: "kind.value == 'ssh'",
|
||||
ngChange: "clearPWConfirm('password_confirm')",
|
||||
ngChange: "clearPWConfirm('ssh_password_confirm')",
|
||||
addRequired: false,
|
||||
editRequired: false,
|
||||
ask: true,
|
||||
|
Loading…
Reference in New Issue
Block a user