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:
@@ -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){
|
||||
|
||||
Reference in New Issue
Block a user