Commit b8650496 authored by Rafael Monnerat's avatar Rafael Monnerat

slapos_jio: Fix GadgetField definition

parent 6b254e69
......@@ -35,6 +35,7 @@
for (i = 0; i < len; i += 1) {
if (1 || (result.data.rows[i].value.hasOwnProperty("asStrippedHTML"))) {
result.data.rows[i].value.text_content = {
field_gadget_param : {
css_class: "",
description: "The Status",
hidden: 0,
......@@ -48,6 +49,7 @@
title: "Status",
editable: 1,
type: "GadgetField"
}
};
result.data.rows[i].value["listbox_uid:list"] = {
key: "listbox_uid:list",
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment