|
#1
|
|||
|
|||
|
I dont want the user to see the ticket till they are assigned to it.
Only Admin and Manager of that department can view the idea. So basically something like that if(usergroup == admin) view all tickets else if(usergroup == manager) view ticket of their dept only else if(usergroup == staff) view only tickets that are assigned to them Here, admin/manager/staff are user group with group id 1/2/3 I am not sure where do I find the querry which I can change to have this implemented. This whole thing is for backend login users. |
|
#2
|
|||
|
|||
|
Would you like try this modification?
Staff Cannot View Ticket Until They Are Assigned in osTicket v1.6 RC5 Hope it helps you. Cheers! ![]() Sincerely, Masino Sinaga |
|
#3
|
|||
|
|||
|
Thanks,
that works, but when to staff logs in, it still show "opened #" tickets on the top and when you click it doesn't show unassigned tickets. how do I get ride of that too. Eg. Currently the staff username that I am log into it has 1 assigned ticket and total two tickets of its dept. so it shows 1 my tickets and 1 open ticket, where i dont want them to see open tickets number too |
|
#4
|
|||
|
|||
|
Open your \scp\tickets.php and find this code:
PHP Code:
PHP Code:
Sincerely, Masino Sinaga |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|