mirror of
https://github.com/ansible/awx.git
synced 2026-02-18 19:50:05 -03:30
Add contextual variables and update references
This commit is contained in:
@@ -77,7 +77,7 @@ function EditCredentialsController (models, $state, $scope) {
|
||||
};
|
||||
|
||||
vm.form.onSaveSuccess = res => {
|
||||
$state.go('credentials', { reload: true });
|
||||
$state.go('credentials.edit', { credential_id: credential.get('id') }, { reload: true });
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user