Thomas Vachuska
Committed by Gerrit Code Review

Fixed a defect in client/server interaction when creating host intent.

Change-Id: I09a8e12e5ff78349b7d57b492a018642ff5e7bad
......@@ -787,7 +787,8 @@
function addIntentAction() {
sendMessage('addHostIntent', {
one: getSelId(0),
two: getSelId(1)
two: getSelId(1),
ids: [ getSelId(0), getSelId(1) ]
});
}
......