BUG-12710 Message history does not display the sent email when... SOLVED

- No se visualizan los message history aunque se tengan los permisos.
- se hallo una doble validacion y se elimino.
This commit is contained in:
Marco Antonio Nina
2013-08-27 12:31:03 -04:00
parent eef0e8c86a
commit 710e936e4e

View File

@@ -5303,9 +5303,7 @@ class Cases
$oDataset->setFetchmode(ResultSet::FETCHMODE_ASSOC);
$oDataset->next();
while ($aRow = $oDataset->getRow()) {
if ($TASK_SOURCE == $aRow['TAS_UID']) {
$delIndex[] = $aRow['DEL_INDEX'];
}
$delIndex[] = $aRow['DEL_INDEX'];
$oDataset->next();
}
$RESULT['MSGS_HISTORY'] = array_merge(array('DEL_INDEX' => $delIndex), $RESULT['MSGS_HISTORY']);
@@ -5432,9 +5430,7 @@ class Cases
$oDataset->next();
while ($aRow = $oDataset->getRow()) {
if ($TASK_SOURCE == $aRow['TAS_UID']) {
$delIndex[] = $aRow['DEL_INDEX'];
}
$delIndex[] = $aRow['DEL_INDEX'];
$oDataset->next();
}