BUG 10852 Control de los reenvíos de la notificaciones a través del historial de mensajes 'Messages History' SOLVED

- Adjustment in Process Permissions for Messages History.
This commit is contained in:
Hector Cortez
2013-04-17 12:08:47 -04:00
parent 38e1aace1a
commit 8b162cda9d
2 changed files with 1 additions and 4 deletions

View File

@@ -3622,7 +3622,7 @@ class processMap
$sObject = 'N/A'; $sObject = 'N/A';
break; break;
case 'MSGS_HISTORY': case 'MSGS_HISTORY':
$sObjectType = G::LoadTranslation('ID_ALL'); $sObjectType = G::LoadTranslation('MSGS_HISTORY');
$sObject = G::LoadTranslation('ID_ALL'); $sObject = G::LoadTranslation('ID_ALL');
break; break;
default: default:

View File

@@ -67,9 +67,6 @@ switch ($sValue['OP_OBJ_TYPE']) {
case 'OUTPUT': case 'OUTPUT':
$sObjectUID = $sValue['OUTPUTS']; $sObjectUID = $sValue['OUTPUTS'];
break; break;
case 'MSGS_HISTORY':
$sObjectUID = $sValue['MSGS_HISTORY'];
break;
} }
require_once 'classes/model/ObjectPermission.php'; require_once 'classes/model/ObjectPermission.php';
$oOP = new ObjectPermission(); $oOP = new ObjectPermission();