BUG 6250: solved

This commit is contained in:
Erik Amaru Ortiz
2011-02-24 23:11:04 +00:00
parent ef163a4d92
commit 02b81a15e0
6 changed files with 21 additions and 28 deletions

View File

@@ -0,0 +1,4 @@
<script>
if( typeof parent != 'undefined' )
parent.location.href = 'casesListExtJs';
</script>

View File

@@ -141,13 +141,12 @@ try {
}
//Events - End
$aNextStep['PAGE'] = 'casesListExtJs';
$aNextStep['PAGE'] = 'casesListExtJsRedirector';
if( isset($_SESSION['PMDEBUGGER']) && $_SESSION['PMDEBUGGER'] ){
$_SESSION['TRIGGER_DEBUG']['BREAKPAGE'] = $aNextStep['PAGE'];
G::header('location: ' . 'cases_Step?' .'breakpoint=triggerdebug');
}
else {
G::header('location: casesListExtJs');
} else {
G::header('location: casesListExtJsRedirector');
}
}
catch ( Exception $e ){