mirror of
https://github.com/ansible/awx.git
synced 2026-01-15 11:50:42 -03:30
fix scope ref in callback help init
This commit is contained in:
parent
a9eab0f9fe
commit
4ebdf2f30b
@ -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') {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user