BUG 8745 When defining Subprocess properties, grid, listbox, file and ... SOLVED
- Faltaba mandar un parametro - Ahora se manda el valor faltante
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
|
||||
args : "type="+varType+"&sProcess="+proUid+"&sFieldName="+field+"&sSymbol="+symbol+"&bIncMulSelFields=1"
|
||||
});
|
||||
|
||||
oRPC.callback = function(rpc){
|
||||
|
||||
@@ -35,7 +35,7 @@
|
||||
*/
|
||||
|
||||
G::LoadClass('xmlfield_InputPM');
|
||||
$aFields = getDynaformsVars($_POST['sProcess']);
|
||||
$aFields = getDynaformsVars($_POST['sProcess'], true, isset($_POST['bIncMulSelFields']) ? (boolean)$_POST['bIncMulSelFields'] : false);
|
||||
$aType = $_POST['type'];
|
||||
|
||||
$aRows[0] = Array (
|
||||
|
||||
Reference in New Issue
Block a user