A customer does not see some tickets on his closed ticket list. (Action=CustomerTicketOverview;Subaction=MyTickets;Filter=Closed)
How can I check this? He has the the necessary right to read that ticket.
How can as administrator check what a certain customer sees?
Moderator: crythias
-
- Znuny guru
- Posts: 2210
- Joined: 13 Mar 2014, 09:16
- Znuny Version: 6.0.14
- Real Name: Rolf Straub
Re: How can as administrator check what a certain customer sees?
You could login as that customer, if that option is enabled. It's located under SysConfig -> Framework -> Core -> SwitchToCustomer
Then try to figure out what's happening and monitor the apache log while accessing that page. If there are no errors, there might be an ACL that restricts the view.
Then try to figure out what's happening and monitor the apache log while accessing that page. If there are no errors, there might be an ACL that restricts the view.
Currently using: OTRS 6.0.14 -- MariaDB -- Ubuntu 16 LTS
Re: How can as administrator check what a certain customer sees?
RStraub wrote:You could login as that customer, if that option is enabled. It's located under SysConfig -> Framework -> Core -> SwitchToCustomer
Thank you