This commit is contained in:
Roly Rudy Gutierrez Pinto
2015-12-10 11:45:40 -04:00
parent 739bcdf698
commit 877a088ad8

View File

@@ -166,7 +166,10 @@ var setVariablePickerJS = function(){
{
var optionValue = prefix+list[i].sName;
if(isBpmn) {
if(list[i].sLabel.toLowerCase() == 'grid') {
if (list[i].sType === "hidden"){
list[i].sLabel = "hidden";
}
if(list[i].sLabel && list[i].sLabel.toLowerCase() == 'grid') {
var gridValue = 'gridt<table border=1 cellspacing=0><tr><th>Header_1</th></tr><tbody><!--@>'+list[i].sName+'--><tr><td>column_name1</td></tr><!--@<'+list[i].sName+'--></tbody></table>';
optionValue = gridValue;
}