mirror of
https://github.com/ansible/awx.git
synced 2026-03-01 16:58:46 -03:30
fix scope ref in callback help init
This commit is contained in:
@@ -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') {
|
||||
|
||||
Reference in New Issue
Block a user