Merged in bugfix/HOR-4808 (pull request #6591)
HOR-4808 Approved-by: Julio Cesar Laura Avendaño <contact@julio-laura.com>
This commit is contained in:
@@ -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']);
|
||||
|
||||
Reference in New Issue
Block a user