Merge branch 'release/3.2' of bitbucket.org:colosa/processmaker into bugfix/HOR-2631

This commit is contained in:
Paula Quispe
2017-02-07 12:30:27 -04:00
7 changed files with 132 additions and 13 deletions

View File

@@ -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'];
}
}
}
}