Queue name length in ticket lists

Moderator: crythias

Locked
wheelshot
Znuny expert
Posts: 188
Joined: 15 Dec 2014, 20:49
Znuny Version: 4.0.24
Location: QC, Canada

Queue name length in ticket lists

Post by wheelshot »

Hi,

I browsed for quite some time now the forum and config and havent found a place where I could tweak the number of characters displayed for the queue name in ticket listings like in Ticket / Queue view. Is there a way modify that without programming anything in a .pl?

I added a screenshot of the actual display problem Im trying to solve. Unfortunatly in french, words are long and take lots of space :)

Thanks for your help!
You do not have the required permissions to view the files attached to this post.
wheelshot
Znuny expert
Posts: 188
Joined: 15 Dec 2014, 20:49
Znuny Version: 4.0.24
Location: QC, Canada

Re: Queue name length in ticket lists

Post by wheelshot »

Made some more research and cant figure a way to do it without code :( Anyone else has any tips about that?
wheelshot
Znuny expert
Posts: 188
Joined: 15 Dec 2014, 20:49
Znuny Version: 4.0.24
Location: QC, Canada

Re: Queue name length in ticket lists

Post by wheelshot »

Bump! Im sure it aint that much to fix but I just cant find it over the web or in the config and of course, i'd like not to fix it with coding...
jojo
Znuny guru
Posts: 15020
Joined: 26 Jan 2007, 14:50
Znuny Version: Git Master
Contact:

Re: Queue name length in ticket lists

Post by jojo »

there is actually no config option available for this
"Production": OTRS™ 8, OTRS™ 7, STORM powered by OTRS
"Testing": ((OTRS Community Edition)) and git Master

Never change Defaults.pm! :: Blog
Professional Services:: http://www.otrs.com :: enjoy@otrs.com
crythias
Moderator
Posts: 10170
Joined: 04 May 2010, 18:38
Znuny Version: 5.0.x
Location: SouthWest Florida, USA
Contact:

Re: Queue name length in ticket lists

Post by crythias »

Look for "truncate 30" in Kernel/Output/HTML/Standard/AgentTicketOverviewSmall.tt et al.
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
wheelshot
Znuny expert
Posts: 188
Joined: 15 Dec 2014, 20:49
Znuny Version: 4.0.24
Location: QC, Canada

Re: Queue name length in ticket lists

Post by wheelshot »

Thanks guys! I'll do it by code then.
Locked