mirror of
https://github.com/ansible/awx.git
synced 2026-01-17 12:41:19 -03:30
Removed extraneous fields being passed to InventoryUpdate, only the url is needed
This commit is contained in:
parent
79a6cabbbc
commit
2afbbe2c13
@ -10,11 +10,7 @@ export default
|
||||
.success(function (data) {
|
||||
InventoryUpdate({
|
||||
scope: scope,
|
||||
url: data.related.update,
|
||||
group_name: data.summary_fields.group.name,
|
||||
group_source: data.source,
|
||||
tree_id: null,
|
||||
group_id: data.group
|
||||
url: data.related.update
|
||||
});
|
||||
})
|
||||
.error(function (data, status) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user