BUG-12710 Message history does not display the sent emaiL... IMPROVEMENT

- Habia una doble validacion para el caso del message history, por esa causa no se visualizan los mensajes.
- Se quita la doble validacion en la class.case.php.
This commit is contained in:
Marco Antonio Nina
2013-09-12 10:59:09 -04:00
parent abcd6efd25
commit e7e97f0b8c

View File

@@ -5433,7 +5433,6 @@ class Cases
// Permission
$RESULT['MSGS_HISTORY'] = array('PERMISSION' => $ACTION);
$delIndex = array();
if ($TASK_SOURCE != "" && (int)$TASK_SOURCE != 0) {
$oCriteria = new Criteria('workflow');
if ($USER_RELATION == 1) {
$oCriteria->add(AppDelegationPeer::APP_UID, $APP_UID);
@@ -5471,7 +5470,6 @@ class Cases
}
}
$RESULT['MSGS_HISTORY'] = array_merge(array('DEL_INDEX' => $delIndex), $RESULT['MSGS_HISTORY']);
}
break;
}