View Only Functionality?
Posted: Mon Feb 12, 2007 11:58 pm
We've been using Hesk for a while now and have been very happy with it! Now management wants us to allow users other than IT to be able to view all open tickets, but we in IT do not want them to have access to reply, close, etc. the tickets. In other words, read only access to view all open tickets. Right now, if a user has access to a category, they also have access to interact with the ticket.
Any way to do this? I'm not a PHP guru, but I can pick apart code. I figure that this could be accomplished with altering the rendering of the admin_ticket.php page by using the hesk_isAdmin function. In other words, if the user is an admin, let them interact with the page. If not, do not render the Add Reply section.
Alas, I do not know php, so I don't know how to do this. Any ideas?
Brian
Any way to do this? I'm not a PHP guru, but I can pick apart code. I figure that this could be accomplished with altering the rendering of the admin_ticket.php page by using the hesk_isAdmin function. In other words, if the user is an admin, let them interact with the page. If not, do not render the Add Reply section.
Alas, I do not know php, so I don't know how to do this. Any ideas?
Brian