Fixing CR observations
This commit is contained in:
@@ -7270,11 +7270,13 @@ class Cases
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Inserts int the ListInbox of the user $targetUserId case whose data is in the variable $caseDataRow
|
* Inserts int the ListInbox of the user $targetUserId case whose data is in the variable $caseDataRow
|
||||||
|
*
|
||||||
* @param array $caseDataRow, assoc. array with the data of the case
|
* @param array $caseDataRow, assoc. array with the data of the case
|
||||||
* @param int $targetUserId, id of the user that will have the case.
|
* @param int $targetUserId, id of the user that will have the case.
|
||||||
|
*
|
||||||
* @return void
|
* @return void
|
||||||
*/
|
*/
|
||||||
private function putCaseInInboxList($caseDataRow, $targetUserId)
|
private function putCaseInInboxList(array $caseDataRow, $targetUserId)
|
||||||
{
|
{
|
||||||
$listInbox = new ListInbox();
|
$listInbox = new ListInbox();
|
||||||
$caseDataRow["USR_UID"] = $targetUserId;
|
$caseDataRow["USR_UID"] = $targetUserId;
|
||||||
|
|||||||
Reference in New Issue
Block a user