diff --git a/awx/ui/client/src/templates/job_templates/factories/callback-help-init.factory.js b/awx/ui/client/src/templates/job_templates/factories/callback-help-init.factory.js index 1ecbb252e8..840dc8c3c9 100644 --- a/awx/ui/client/src/templates/job_templates/factories/callback-help-init.factory.js +++ b/awx/ui/client/src/templates/job_templates/factories/callback-help-init.factory.js @@ -78,8 +78,8 @@ export default } if (fld === 'forks') { if (data[fld] !== 0) { - $scope[fld] = data[fld]; - master[fld] = scope[fld] + scope[fld] = data[fld]; + master[fld] = scope[fld]; } } if (fld === 'variables') {