mirror of
https://github.com/ansible/awx.git
synced 2026-05-13 04:17:36 -02:30
Fix bug with job_type = scan not loading Default project correctly
This commit is contained in:
@@ -53,6 +53,10 @@ export default
|
|||||||
$scope.parseType = 'yaml';
|
$scope.parseType = 'yaml';
|
||||||
$scope.showJobType = false;
|
$scope.showJobType = false;
|
||||||
|
|
||||||
|
if(!$scope.project) {
|
||||||
|
$scope.project_name = 'Default';
|
||||||
|
}
|
||||||
|
|
||||||
SurveyControllerInit({
|
SurveyControllerInit({
|
||||||
scope: $scope,
|
scope: $scope,
|
||||||
parent_scope: $scope,
|
parent_scope: $scope,
|
||||||
|
|||||||
Reference in New Issue
Block a user