mirror of
https://github.com/ansible/awx.git
synced 2026-01-11 10:00:01 -03:30
propogate unnecessary unchecking of machine cred to multicredential modal (previous prompt on launch fix)
This commit is contained in:
parent
8d6408fb53
commit
74e03083f1
@ -140,7 +140,7 @@ export default ['templateUrl', 'Rest', 'GetBasePath', 'generateList', '$compile'
|
||||
$scope.selectedCredentials.extra.length > 0 &&
|
||||
parseInt($scope.credentialKind) !== 1) {
|
||||
updateExtraCredentialsList();
|
||||
} else {
|
||||
} else if (parseInt($scope.credentialKind) !== 1) {
|
||||
uncheckAllCredentials();
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user