Correct PR observations
This commit is contained in:
@@ -5828,7 +5828,6 @@ class Cases
|
|||||||
$opParticipated = (int)$row['OP_PARTICIPATE'];
|
$opParticipated = (int)$row['OP_PARTICIPATE'];
|
||||||
$opType = $row['OP_OBJ_TYPE'];
|
$opType = $row['OP_OBJ_TYPE'];
|
||||||
$opObjUid = $row['OP_OBJ_UID'];
|
$opObjUid = $row['OP_OBJ_UID'];
|
||||||
$obAction = $row['OP_ACTION'];
|
|
||||||
$obCaseStatus = $row['OP_CASE_STATUS'];
|
$obCaseStatus = $row['OP_CASE_STATUS'];
|
||||||
//We should verify if the user participated
|
//We should verify if the user participated
|
||||||
//The values of OP_CASE_STATUS is [ALL, COMPLETED, DRAFT, TO_DO, PAUSED, COMPLETED]
|
//The values of OP_CASE_STATUS is [ALL, COMPLETED, DRAFT, TO_DO, PAUSED, COMPLETED]
|
||||||
@@ -5920,7 +5919,7 @@ class Cases
|
|||||||
$result['MSGS_HISTORY'] = $oObjectPermission->objectPermissionMessage(
|
$result['MSGS_HISTORY'] = $oObjectPermission->objectPermissionMessage(
|
||||||
$appUid,
|
$appUid,
|
||||||
$proUid,
|
$proUid,
|
||||||
$usrUid,
|
$userUid,
|
||||||
$action,
|
$action,
|
||||||
$opTaskSource,
|
$opTaskSource,
|
||||||
$opUserRelation,
|
$opUserRelation,
|
||||||
@@ -6035,7 +6034,7 @@ class Cases
|
|||||||
$result['MSGS_HISTORY'] = $oObjectPermission->objectPermissionMessage(
|
$result['MSGS_HISTORY'] = $oObjectPermission->objectPermissionMessage(
|
||||||
$appUid,
|
$appUid,
|
||||||
$proUid,
|
$proUid,
|
||||||
$usrUid,
|
$userUid,
|
||||||
$action,
|
$action,
|
||||||
$opTaskSource,
|
$opTaskSource,
|
||||||
$opUserRelation
|
$opUserRelation
|
||||||
|
|||||||
Reference in New Issue
Block a user