mirror of
https://github.com/ansible/awx.git
synced 2026-01-17 20:51:21 -03:30
Fix bug with job_type = scan not loading Default project correctly
This commit is contained in:
parent
b00fbc5e67
commit
40c50300f7
@ -53,6 +53,10 @@ export default
|
||||
$scope.parseType = 'yaml';
|
||||
$scope.showJobType = false;
|
||||
|
||||
if(!$scope.project) {
|
||||
$scope.project_name = 'Default';
|
||||
}
|
||||
|
||||
SurveyControllerInit({
|
||||
scope: $scope,
|
||||
parent_scope: $scope,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user