CustomerTicketView how to hide system-email-notyfication-ext

Moderator: crythias

Locked
eska
Znuny newbie
Posts: 6
Joined: 26 Feb 2013, 11:06
Znuny Version: 3.3.8
Real Name: Emi
Location: Poland, Poznan

CustomerTicketView how to hide system-email-notyfication-ext

Post by eska »

Hi,

Is there any possibilities to hide for Customer in his/her TicketView articles sent by system type: email-notyfication-ext?

Kind regards
Emi
------------------------------------------------------------------------------------------------------------------------------------------------------------
OTRS 3.3.8 Unix with MySQL database.
eska
Znuny newbie
Posts: 6
Joined: 26 Feb 2013, 11:06
Znuny Version: 3.3.8
Real Name: Emi
Location: Poland, Poznan

Re: CustomerTicketView how to hide system-email-notyfication

Post by eska »

help me pls!
------------------------------------------------------------------------------------------------------------------------------------------------------------
OTRS 3.3.8 Unix with MySQL database.
crythias
Moderator
Posts: 10170
Joined: 04 May 2010, 18:38
Znuny Version: 5.0.x
Location: SouthWest Florida, USA
Contact:

Re: CustomerTicketView how to hide system-email-notyfication

Post by crythias »

Apparently not.
OTRS 6.0.x (private/testing/public) on Linux with MySQL database.
Please edit your signature to include your OTRS version, Operating System, and database type.
Click Subscribe Topic below to get notifications. Consider amending your topic title to include [SOLVED] if it is so.
Need help? Before you ask
crythias
Moderator
Posts: 10170
Joined: 04 May 2010, 18:38
Znuny Version: 5.0.x
Location: SouthWest Florida, USA
Contact:

Re: CustomerTicketView how to hide system-email-notyfication

Post by crythias »

-ext means the customer can see it.

If there's *one* you don't want the customer to see, you can edit the article table.
If you don't want any, you may want to consider changing the -ext to -int where it's used in the code.
OTRS 6.0.x (private/testing/public) on Linux with MySQL database.
Please edit your signature to include your OTRS version, Operating System, and database type.
Click Subscribe Topic below to get notifications. Consider amending your topic title to include [SOLVED] if it is so.
Need help? Before you ask
darktrooper1991
Znuny newbie
Posts: 75
Joined: 24 Feb 2012, 13:08
Znuny Version: 31111
Real Name: Daniel

Re: CustomerTicketView how to hide system-email-notyfication

Post by darktrooper1991 »

Can you tell us, where it is used(which line of code? Which file?)?
Thx
OTRS 3.1.1 with FAQ, ITSM, Survey
Running on Windows Server 2008 R2 x64
Connected with Active Directory 2003
crythias
Moderator
Posts: 10170
Joined: 04 May 2010, 18:38
Znuny Version: 5.0.x
Location: SouthWest Florida, USA
Contact:

Re: CustomerTicketView how to hide system-email-notyfication

Post by crythias »

cd /opt/otrs/Kernel
grep -sir "email-notification-ext" *
OTRS 6.0.x (private/testing/public) on Linux with MySQL database.
Please edit your signature to include your OTRS version, Operating System, and database type.
Click Subscribe Topic below to get notifications. Consider amending your topic title to include [SOLVED] if it is so.
Need help? Before you ask
Locked