Modify ticket options when viewing a ticket

Moderator: crythias

Locked
cengelhardt
Znuny newbie
Posts: 2
Joined: 02 Feb 2015, 11:44
Znuny Version: 3.3.x
Real Name: Cornelius Engelhardt

Modify ticket options when viewing a ticket

Post by cengelhardt »

Hello!

When viewing a ticket there are plenty of options that are not needed for our processes :Decision, Priority, Phone Call Inbound etc.).

How can I remove those options from the ticket view? I've been googling and looking at all documentation I have access to but cannot find a solution for this.

Any help is appreciated!

Cornelius
aph
Znuny superhero
Posts: 646
Joined: 20 Jun 2014, 12:11
Znuny Version: 3.3.9, 4.x, 5.x

Re: Modify ticket options when viewing a ticket

Post by aph »

You can hide by unchecking the relevant option in

Code: Select all

Ticket -> Frontend::Agent::Ticket::MenuModule
For example, if you want to hide Phone Call Inbound then uncheck

Code: Select all

Ticket::Frontend::MenuModule###426-Phone Call Inbound
in

Code: Select all

Ticket -> Frontend::Agent::Ticket::MenuModule
If you want to disable the relevant modules altogether. You can uncheck the relevant options under

Code: Select all

Ticket -> Frontend::Agent::ModuleRegistration
Be careful when using Ticket -> Frontend::Agent::ModuleRegistration, as disabling modules may have unforeseen consequences. If you simply want to hide buttons to make the view simpler you should use Ticket -> Frontend::Agent::Ticket::MenuModule
OTRS 3.3.x (private/testing) on Windows Server 2008 with MSSQL database.
OTRS 3.3.x (private/testing) on CentOS with MySQL database and apache
cengelhardt
Znuny newbie
Posts: 2
Joined: 02 Feb 2015, 11:44
Znuny Version: 3.3.x
Real Name: Cornelius Engelhardt

Re: Modify ticket options when viewing a ticket

Post by cengelhardt »

Perfect, thanks! That's exactly what I was looking for.
Locked