diff --git a/src/webui/static/app/idnode.js b/src/webui/static/app/idnode.js index f6648609..12a76a00 100644 --- a/src/webui/static/app/idnode.js +++ b/src/webui/static/app/idnode.js @@ -175,6 +175,8 @@ tvheadend.IdNodeField = function(conf) var nv = st.getAt(r).get('val'); if (nv) t.push(nv); + } else { + t.push(d[i]); } } v = t.join(',');