@ -423,10 +423,10 @@ define(['jquery', 'bootstrap', 'backend', 'table', 'form'], function ($, undefin
}
function onChangeSelection(val) {
state.selected = val
state.selected = JSON.parse(JSON.stringify(val))
console.log(val)
console.log(JSON.parse(JSON.stringify(val)))
state.ids.push(val)
state.ids.push(state.selected)
function onConfirm() {