This commit is contained in:
Paula Quispe
2018-08-15 14:59:13 -04:00
parent 306a221760
commit 729527cff8

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']);