CHANGE_UI_Issues - VADIVEL J 2025-09-24
This commit is contained in:
parent
63a58621a7
commit
aecec270dc
@ -145,6 +145,11 @@ class ThzController extends BaseController
|
||||
|
||||
$data = $this->request->getGet();
|
||||
|
||||
if ($returnType === 'web' && in_array(get_role_id(), [3, 4])) {
|
||||
$data['assign_to'] = $data['assign_to'] ?? get_session_userid();
|
||||
}
|
||||
|
||||
|
||||
$tickets = $this->fetchTicketsBasedOnrole($data);
|
||||
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user