Merge pull request #496 from marcoAntonioNina/BUG-9557
BUG 9557 There is no Break Point for After Derivation... IMPROVEMENT
This commit is contained in:
@@ -165,19 +165,21 @@ try {
|
|||||||
$loc = $aNextStep['PAGE'];
|
$loc = $aNextStep['PAGE'];
|
||||||
}
|
}
|
||||||
//Triggers After
|
//Triggers After
|
||||||
if ( isset($_SESSION['TRIGGER_DEBUG']['ISSET']) == 1) {
|
if (isset($_SESSION['TRIGGER_DEBUG']['ISSET'])) {
|
||||||
$oTemplatePower = new TemplatePower(PATH_TPL . 'cases/cases_Step.html');
|
if ($_SESSION['TRIGGER_DEBUG']['ISSET'] == 1 && $_SESSION['TRIGGER_DEBUG']['NUM_TRIGGERS'] > 0) {
|
||||||
$oTemplatePower->prepare();
|
$oTemplatePower = new TemplatePower(PATH_TPL . 'cases/cases_Step.html');
|
||||||
$G_PUBLISH = new Publisher;
|
$oTemplatePower->prepare();
|
||||||
$G_PUBLISH->AddContent('template', '', '', '', $oTemplatePower);
|
$G_PUBLISH = new Publisher;
|
||||||
$_POST['NextStep'] = $loc;
|
$G_PUBLISH->AddContent('template', '', '', '', $oTemplatePower);
|
||||||
$G_PUBLISH->AddContent('view', 'cases/showDebugFrameLoader');
|
$_POST['NextStep'] = $loc;
|
||||||
$G_PUBLISH->AddContent('view', 'cases/showDebugFrameBreaker');
|
$G_PUBLISH->AddContent('view', 'cases/showDebugFrameLoader');
|
||||||
$_SESSION['TRIGGER_DEBUG']['ISSET'] == 0;
|
$G_PUBLISH->AddContent('view', 'cases/showDebugFrameBreaker');
|
||||||
G::RenderPage('publish', 'blank');
|
$_SESSION['TRIGGER_DEBUG']['ISSET'] == 0;
|
||||||
exit();
|
G::RenderPage('publish', 'blank');
|
||||||
} else {
|
exit();
|
||||||
unset($_SESSION['TRIGGER_DEBUG']);
|
} else {
|
||||||
|
unset($_SESSION['TRIGGER_DEBUG']);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
G::header("location: $loc");
|
G::header("location: $loc");
|
||||||
|
|||||||
Reference in New Issue
Block a user