fixing dynaform editor , when the it is closed, was not returning to the bpmn editor

This commit is contained in:
Fernando Ontiveros
2011-02-15 15:25:41 +00:00
parent 7546b0514a
commit 08797206c9

View File

@@ -45,6 +45,11 @@ if( $access != 1 ){
}
}
$processUID = $_GET['PRO_UID'];
if ( isset($_SESSION['PROCESSMAP']) && $_SESSION['PROCESSMAP'] == 'BPMN' ) {
header ( "Location: ../bpmn/processmap?PRO_UID=". $processUID );
}
$_SESSION['PROCESS'] = $processUID;
$_SESSION['PROCESSMAP'] = 'LEIMNUD';