BUG 6250: solved
This commit is contained in:
4
workflow/engine/methods/cases/casesListExtJsRedirector.php
Executable file
4
workflow/engine/methods/cases/casesListExtJsRedirector.php
Executable file
@@ -0,0 +1,4 @@
|
||||
<script>
|
||||
if( typeof parent != 'undefined' )
|
||||
parent.location.href = 'casesListExtJs';
|
||||
</script>
|
||||
@@ -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 ){
|
||||
|
||||
Reference in New Issue
Block a user