Merged in release/3.3 (pull request #6593)

Updating branch release/3.3.1 with the last fixes on release/3.2.3, second round

Approved-by: Julio Cesar Laura Avendaño <contact@julio-laura.com>
This commit is contained in:
Julio Cesar Laura Avendaño
2018-08-17 12:47:33 +00:00
3 changed files with 15 additions and 73 deletions

View File

@@ -3791,11 +3791,13 @@ class Processes
* Get Task User rows from an array of data
*
* @param array $group
* @return array $aStepTrigger
*
* @return void
*/
public function createGroupRow($group)
{
foreach ($group as $key => $row) {
$groupInfo = [];
$groupWf = new Groupwf();
if ($groupWf->GroupwfExists($row['GRP_UID'])) {
$groupInfo = $groupWf->Load($row['GRP_UID']);