Merged in bugfix/PMCORE-633 (pull request #8373)
PMCORE-633 Approved-by: Julio Cesar Laura Avendaño
This commit is contained in:
@@ -2923,7 +2923,7 @@ class Processes
|
||||
foreach ($aStepSupervisor as $key => $row) {
|
||||
$oStepSupervisor = new StepSupervisor();
|
||||
if ($oStepSupervisor->Exists($row['STEP_UID'])) {
|
||||
$oStepSupervisor->update($row['STEP_UID']);
|
||||
$oStepSupervisor->update($row);
|
||||
} else {
|
||||
$oStepSupervisor->create($row);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user