mirror of
https://github.com/ansible/awx.git
synced 2026-02-17 03:00:04 -03:30
Merge pull request #6664 from mabashian/6591-inv-update-relaunch
Removed extraneous fields being passed to InventoryUpdate
This commit is contained in:
@@ -10,11 +10,7 @@ export default
|
|||||||
.success(function (data) {
|
.success(function (data) {
|
||||||
InventoryUpdate({
|
InventoryUpdate({
|
||||||
scope: scope,
|
scope: scope,
|
||||||
url: data.related.update,
|
url: data.related.update
|
||||||
group_name: data.summary_fields.group.name,
|
|
||||||
group_source: data.source,
|
|
||||||
tree_id: null,
|
|
||||||
group_id: data.group
|
|
||||||
});
|
});
|
||||||
})
|
})
|
||||||
.error(function (data, status) {
|
.error(function (data, status) {
|
||||||
|
|||||||
Reference in New Issue
Block a user