BUG 9287 The variable picker for the trigger editor does not show grid variables in the list

- The grid fields don't display a label
- Added a default label for the grid fields
This commit is contained in:
Julio Cesar Laura
2012-07-09 22:42:59 -04:00
parent 18b0f778fc
commit 4ac41f87ad
4 changed files with 6 additions and 6 deletions

View File

@@ -19,7 +19,7 @@ var changeVariables = function(varType,proUid,field,symbol,target) {
url : '../controls/varsAjaxByType',
async : true,
method: 'POST',
args : "type="+varType+"&sProcess="+proUid+"&sFieldName="+field+"&sSymbol="+symbol+"&bIncMulSelFields=1"
args : "type="+varType+"&sProcess="+proUid+"&sFieldName="+field+"&sSymbol="+symbol+"&bIncMulSelFields=0"
});
oRPC.callback = function(rpc){