BUG 0000 Rad Map Perdida de sesion cuando se ejecuta casos SOLVED
- Added Login modal to continue the session for dynaforms in cases.
This commit is contained in:
@@ -177,6 +177,14 @@ try {
|
||||
}
|
||||
//Obtain previous and next step - End
|
||||
|
||||
$aRequiredFields = array(
|
||||
'APPLICATION' => $Fields['APP_DATA']['APPLICATION'],
|
||||
'PROCESS' => $Fields['APP_DATA']['PROCESS'],
|
||||
'TASK' => $Fields['APP_DATA']['TASK'],
|
||||
'INDEX' => $Fields['APP_DATA']['INDEX'],
|
||||
'APP_DATA' => $Fields['APP_DATA']
|
||||
);
|
||||
$oHeadPublisher->addScriptCode('var dynaformSVal = \'' . serialize($aRequiredFields) . '\';');
|
||||
|
||||
try {
|
||||
//Add content content step - Start
|
||||
|
||||
Reference in New Issue
Block a user