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';
break;
case 'MSGS_HISTORY':
$sObjectType = G::LoadTranslation('ID_ALL');
$sObjectType = G::LoadTranslation('MSGS_HISTORY');
$sObject = G::LoadTranslation('ID_ALL');
break;
default:

View File

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