mirror of
https://github.com/ansible/awx.git
synced 2026-03-20 02:17:37 -02:30
Reset network credential on selection change
The "authorize" checkbox would remain checked whenever the credential type was changed, however it should be reset on each type change
This commit is contained in:
@@ -181,6 +181,8 @@ angular.module('CredentialsHelper', ['Utilities'])
|
||||
scope.ssh_key_unlock_confirm = null;
|
||||
scope.become_username = null;
|
||||
scope.become_password = null;
|
||||
scope.authorize = false;
|
||||
scope.authorize_password = null;
|
||||
}
|
||||
|
||||
// Collapse or open help widget based on whether scm value is selected
|
||||
|
||||
Reference in New Issue
Block a user