mirror of
https://github.com/ansible/awx.git
synced 2026-05-08 01:47:35 -02:30
fix scope ref in callback help init
This commit is contained in:
@@ -78,8 +78,8 @@ export default
|
|||||||
}
|
}
|
||||||
if (fld === 'forks') {
|
if (fld === 'forks') {
|
||||||
if (data[fld] !== 0) {
|
if (data[fld] !== 0) {
|
||||||
$scope[fld] = data[fld];
|
scope[fld] = data[fld];
|
||||||
master[fld] = scope[fld]
|
master[fld] = scope[fld];
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (fld === 'variables') {
|
if (fld === 'variables') {
|
||||||
|
|||||||
Reference in New Issue
Block a user