|
@@ 452-457 (lines=6) @@
|
| 449 |
|
$previousIds[$i] = $currentStep->getId(); |
| 450 |
|
} |
| 451 |
|
|
| 452 |
|
if (!$action->isFinish()) { |
| 453 |
|
$previousIds[0] = $step->getId(); |
| 454 |
|
$theResult = $joinDesc->getResult(); |
| 455 |
|
|
| 456 |
|
$this->createNewCurrentStep($theResult, $entry, $store, $action->getId(), null, $previousIds, $transientVars, $ps); |
| 457 |
|
} |
| 458 |
|
|
| 459 |
|
foreach ($joinResult->getPostFunctions() as $function) { |
| 460 |
|
$this->executeFunction($function, $transientVars, $ps); |
|
@@ 463-473 (lines=11) @@
|
| 460 |
|
$this->executeFunction($function, $transientVars, $ps); |
| 461 |
|
} |
| 462 |
|
} |
| 463 |
|
} else { |
| 464 |
|
$previousIds = []; |
| 465 |
|
|
| 466 |
|
if (null !== $step) { |
| 467 |
|
$previousIds[] = $step->getId(); |
| 468 |
|
} |
| 469 |
|
|
| 470 |
|
if (!$action->isFinish()) { |
| 471 |
|
$this->createNewCurrentStep($theResult, $entry, $store, $action->getId(), $step, $previousIds, $transientVars, $ps); |
| 472 |
|
} |
| 473 |
|
} |
| 474 |
|
|
| 475 |
|
if ($extraPostFunctions && $extraPostFunctions->count() > 0) { |
| 476 |
|
foreach ($extraPostFunctions as $function) { |