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
Modify ticket options when viewing a ticket
Moderator: crythias
-
- 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
You can hide by unchecking the relevant option in
For example, if you want to hide Phone Call Inbound then uncheck
in
If you want to disable the relevant modules altogether. You can uncheck the relevant options under
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
Code: Select all
Ticket -> Frontend::Agent::Ticket::MenuModule
Code: Select all
Ticket::Frontend::MenuModule###426-Phone Call Inbound
Code: Select all
Ticket -> Frontend::Agent::Ticket::MenuModule
Code: Select all
Ticket -> Frontend::Agent::ModuleRegistration
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
OTRS 3.3.x (private/testing) on CentOS with MySQL database and apache
-
- 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
Perfect, thanks! That's exactly what I was looking for.