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:
@@ -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:
|
||||
|
||||
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user