Merge branch 'release/3.2' of bitbucket.org:colosa/processmaker into bugfix/HOR-2631
This commit is contained in:
@@ -65,6 +65,9 @@ class RoutingScreen extends \Derivation
|
||||
} else {
|
||||
$aDataMerged[$key]['NEXT_ROUTING'][] = $post[$i];
|
||||
}
|
||||
if (isset($post[$i]['NEXT_TASK'])) {
|
||||
$aDataMerged[$key]['NEXT_TASK'] = $post[$i]['NEXT_TASK'];
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user