mirror of
https://github.com/ansible/awx.git
synced 2026-05-15 05:17:36 -02:30
@@ -537,8 +537,9 @@ export default
|
|||||||
// It shares the same scope with this directive and will
|
// It shares the same scope with this directive and will
|
||||||
// pull the new value of parseType out to determine which
|
// pull the new value of parseType out to determine which
|
||||||
// direction to convert the extra vars
|
// direction to convert the extra vars
|
||||||
|
|
||||||
$scope.parseType = $scope.other_prompt_data.parseType;
|
$scope.parseType = $scope.other_prompt_data.parseType;
|
||||||
$scope.parseTypeChange();
|
$scope.parseTypeChange('parseType', 'jobLaunchVariables');
|
||||||
};
|
};
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user