diff --git a/scripts/system/libraries/entityList.js b/scripts/system/libraries/entityList.js index d53766ab4e..611bd4d84c 100644 --- a/scripts/system/libraries/entityList.js +++ b/scripts/system/libraries/entityList.js @@ -103,7 +103,7 @@ EntityListTool = function(opts) { var selectedIDs = []; for (var j = 0; j < selectionManager.selections.length; j++) { - selectedIDs.push(selectionManager.selections[j].id); + selectedIDs.push(selectionManager.selections[j]); } var data = {