Merged in dheeyi/processmaker/PM-1879 (pull request #1989)

PM-1879 0015808: Incorrect messages handling and/or actions when the user's session expires in the DESIGNER module 0016086: Information of templates lost.
This commit is contained in:
Julio Cesar Laura Avendaño
2015-04-30 10:58:04 -04:00
2 changed files with 257 additions and 91 deletions

View File

@@ -789,6 +789,13 @@ try {
echo 'saved: ' . $sDirectory;
}
break;
case 'getSessid':
if(isset($_SESSION['USER_LOGGED'])){
echo Bootstrap::json_encode(1);
}else{
echo Bootstrap::json_encode(0);
}
break;
case 'events':
$oProcessMap->eventsList($oData->pro_uid, $oData->type);
break;

File diff suppressed because it is too large Load Diff