Hide response from customer

Moderator: crythias

Post Reply
dsm
Znuny newbie
Posts: 9
Joined: 10 Apr 2014, 10:29
Znuny Version: 3.2.7
Real Name: dsm
Company: dsm

Hide response from customer

Post by dsm »

Hi,
some responses sent to internal team but without unselecting "Visible Customer" are visible to customers (obviously)
I have changed in the database the field is_visible_for_customer to 0 but this doesn't reflect in the customer view and they still can see those responses.
I also changed the reponse to the communication_channel_id that corresponds to internal note, but this also doesn't change anything.
Is there another place where I need to do some changes ?
Is there another way to hide those responses from customers ?

Thanks
alexus
Znuny wizard
Posts: 381
Joined: 20 Sep 2010, 16:54
Znuny Version: OTRS 6 CE
Real Name: Alexey Yusov
Company: Radiant System Group s.r.o
Location: Prague
Contact:

Re: Hide response from customer

Post by alexus »

Hi,

Try to clear cache

Code: Select all

sudo -u otrs /opt/otrs/bin/otrs.Console.pl Maint::Cache::Delete
sudo -u otrs /opt/otrs/bin/otrs.Console.pl Maint::Loader::CacheCleanup
Alexey Yusov

Production: OTRS CE ITSM 6.0.28 on CentOS 7 + Apache 2.4 + MariaDB 10.4.13 + Radiant Customer Portal

Radiant System OTRS Intergrator
RS4OTRS marketplace
Stay tuned on our Facebook
((OTRS)) Community Edition - what next?
dsm
Znuny newbie
Posts: 9
Joined: 10 Apr 2014, 10:29
Znuny Version: 3.2.7
Real Name: dsm
Company: dsm

Re: Hide response from customer

Post by dsm »

Hello Alexus,

thanks, it seems it was indeed a cache issue
The issue disappeared after a while so having those command by hand is a better option than waiting
Post Reply