fixing dynaform editor , when the it is closed, was not returning to the bpmn editor
This commit is contained in:
@@ -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';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user