Merged in cochalo/processmaker/BUG-16211 (pull request #1283)
BUG 16211 Messages History: No muestra los mensajes enviados
This commit is contained in:
@@ -97,6 +97,8 @@ if ($actionAjax == 'messageHistoryGridList_JXP') {
|
|||||||
if ($respMess == 'BLOCK' || $respMess == '') {
|
if ($respMess == 'BLOCK' || $respMess == '') {
|
||||||
$appMessageArray[$index]['APP_MSG_BODY'] = "";
|
$appMessageArray[$index]['APP_MSG_BODY'] = "";
|
||||||
}
|
}
|
||||||
|
$appMessageArray[$index]['APP_MSG_BODY'] = str_replace('\"','"',$appMessageArray[$index]['APP_MSG_BODY']);
|
||||||
|
$appMessageArray[$index]['APP_MSG_BODY'] = str_replace('"','\"',$appMessageArray[$index]['APP_MSG_BODY']);
|
||||||
$aProcesses[] = array_merge($appMessageArray[$index], array('MSGS_HISTORY' => $respMess));
|
$aProcesses[] = array_merge($appMessageArray[$index], array('MSGS_HISTORY' => $respMess));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user