mirror of
https://github.com/ansible/awx.git
synced 2026-05-13 04:17:36 -02:30
Fixes for AC-715 'adding cloud credentials to job_template' and AC-721 'this.scope not defined'
This commit is contained in:
@@ -483,6 +483,10 @@ function JobTemplatesEdit ($scope, $rootScope, $compile, $location, $log, $route
|
||||
{ hdr: 'Error!', msg: 'Failed to related cloud credential. GET returned status: ' + status });
|
||||
});
|
||||
}
|
||||
else {
|
||||
// No existing cloud credential
|
||||
scope.$emit('cloudCredentialReady', null);
|
||||
}
|
||||
});
|
||||
|
||||
// Retrieve detail record and prepopulate the form
|
||||
|
||||
Reference in New Issue
Block a user