How can as administrator check what a certain customer sees?

Moderator: crythias

Locked
geri
Znuny newbie
Posts: 45
Joined: 10 Jan 2015, 11:22
Znuny Version: 3.3.10

How can as administrator check what a certain customer sees?

Post by geri »

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.
RStraub
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?

Post by RStraub »

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.
Currently using: OTRS 6.0.14 -- MariaDB -- Ubuntu 16 LTS
geri
Znuny newbie
Posts: 45
Joined: 10 Jan 2015, 11:22
Znuny Version: 3.3.10

Re: How can as administrator check what a certain customer sees?

Post by geri »

RStraub wrote:You could login as that customer, if that option is enabled. It's located under SysConfig -> Framework -> Core -> SwitchToCustomer

Thank you
Locked