mirror of
https://github.com/ZwareBear/awx.git
synced 2026-03-23 09:13:34 -05:00
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