mirror of
https://github.com/ansible/awx.git
synced 2026-02-26 07:26:03 -03:30
propogate unnecessary unchecking of machine cred to multicredential modal (previous prompt on launch fix)
This commit is contained in:
@@ -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();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user