This commit is contained in:
Paula V. Quispe
2016-10-20 13:15:28 -04:00
parent 6384d57960
commit 368fa86b88
2 changed files with 2 additions and 0 deletions

View File

@@ -97,6 +97,7 @@ class Light
$newForm[$c]['stepId'] = $form["step_uid"];
$newForm[$c]['stepUidObj'] = $form["step_uid_obj"];
$newForm[$c]['stepMode'] = $form['step_mode'];
$newForm[$c]['stepCondition'] = $form['step_condition'];
$newForm[$c]['stepPosition'] = $form['step_position'];
$trigger = $this->statusTriggers($step->doGetActivityStepTriggers($form["step_uid"], $tempTreeChild['taskId'], $tempTreeChild['processId']));
$newForm[$c]["triggers"] = $trigger;