PMCORE-3832 Custom Case Counters does not provide the correct number nor information PMCORE_3.7.4
This commit is contained in:
@@ -62,7 +62,7 @@ class TaskUser extends Model
|
||||
*
|
||||
* @return array
|
||||
*/
|
||||
public static function getSelfServicePerUser($usrUid)
|
||||
public static function getSelfServicePerUser(string $usrUid)
|
||||
{
|
||||
//Get the groups related to the user
|
||||
$groups = GroupUser::getGroups($usrUid, 'GRP_UID');
|
||||
|
||||
Reference in New Issue
Block a user