Skip to content
Snippets Groups Projects
contentProcess.js 341 B
import("system.result");
import("system.vars");

//TODO: This dummy implementation shouldn't be nescessary here. Remove this process eventually. #1051003
var rows = [];
if (vars.get("$local.idvalues"))
    rows = vars.get("$local.idvalues").map(function (id) {return [id, "", "", "", "", "", "", "", "", "", "", ""];});

result.object(rows);