(SOLVED) Increase display limit of Queue under Ticket Info

Moderator: crythias

Post Reply
morecw
Znuny expert
Posts: 215
Joined: 18 Jun 2012, 09:24
Znuny Version: 3.1.6
Real Name: Craig Wellman
Company: STÜBER SYSTEMS

(SOLVED) Increase display limit of Queue under Ticket Info

Post by morecw »

Hi all,

in the Ticket Information, the queue in the example should read "Magellan::01. Schulverwaltung".

Is there a file somewhere I can configure in order to display the whole queue name?
sshot-1.png
Thanks in advance
You do not have the required permissions to view the files attached to this post.
Last edited by morecw on 14 Aug 2012, 11:56, edited 1 time in total.
OTRS 3.1.6, Windows 2008 with MySQL database
Firefox 14, Chrome 22
FiL
Znuny newbie
Posts: 69
Joined: 13 Jul 2010, 18:02
Znuny Version: 2.4.7

Re: Increase display limit of Queue under Ticket Information

Post by FiL »

Yes
Open the AgentTicketZoom.dtl (Kernel/Output/HTML/Standard)

Search for:

Code: Select all

                        <label>$Text{"Queue"}:</label>
                        <p class="Value" title="$QData{"Queue"}">$QData{"Queue","18"}</p>
                        <div class="Clear"></div>
The "18" is the limiter. Change it to whatever you want
Dev
OTRS-Version: 3.1.7
System: Ubuntu Linux

Prod
OTRS-Version 3.0.9
System: Ubuntu Linux
morecw
Znuny expert
Posts: 215
Joined: 18 Jun 2012, 09:24
Znuny Version: 3.1.6
Real Name: Craig Wellman
Company: STÜBER SYSTEMS

Re: Increase display limit of Queue under Ticket Information

Post by morecw »

Great! That works!!

Thank you very much :D
OTRS 3.1.6, Windows 2008 with MySQL database
Firefox 14, Chrome 22
Post Reply