CHANGE_UI_Issues - VADIVEL J 2025-09-24
This commit is contained in:
parent
18f188b4ca
commit
0ab2ac2ce3
@ -145,6 +145,10 @@ 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