mirror of
https://github.com/ansible/awx.git
synced 2026-01-11 10:00:01 -03:30
fixed the console errors for the sources scope
This commit is contained in:
parent
4049a2cfa4
commit
80c629bf3e
@ -1036,9 +1036,9 @@ angular.module('GroupsHelper', [ 'RestServices', 'Utilities', listGenerator.name
|
||||
data.summary_fields['inventory_script'] = data.summary_fields.source_script;
|
||||
sources_scope.inventory_script = data.source_script;
|
||||
master.inventory_script = sources_scope.inventory_script;
|
||||
}
|
||||
|
||||
else if (data[fld] !== undefined) {
|
||||
} else if (fld === "source_regions") {
|
||||
sources_scope[fld] = data[fld].split(",");
|
||||
} else if (data[fld] !== undefined) {
|
||||
sources_scope[fld] = data[fld];
|
||||
master[fld] = sources_scope[fld];
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user