Hi,
I've got a problem with dynamic fields in AgentTicketQueue.
The problem is that the length of the dynamic field showed is too short.
I read this thread, this and this but didn't find anything about the length of the dynamic field in AgentTicketQueue. Only for AgentTicketZoom.
That's what's actually happen when I go to AgentTicketQueue (see pb.PNG in attachment). My dynamic fields are cut with "[...]" after 15 characters. I'd like to extend this limit to 25.
Have you got an idea about how to do that please ?
Thanks !
Dynamic Field length in AgentTicketQueue
Moderator: crythias
-
- Znuny newbie
- Posts: 3
- Joined: 23 Jun 2016, 11:11
- Znuny Version: 4.0.16
- Real Name: Nicolas
- Company: Conaba
Dynamic Field length in AgentTicketQueue
You do not have the required permissions to view the files attached to this post.
-
- Znuny newbie
- Posts: 3
- Joined: 23 Jun 2016, 11:11
- Znuny Version: 4.0.16
- Real Name: Nicolas
- Company: Conaba
Re: Dynamic Field length in AgentTicketQueue
Just an update to say you that I've tested until 21 characters and that's OK from 1 to 20 characters but not beyond (see attachment poursuitetests.PNG).
You do not have the required permissions to view the files attached to this post.
-
- Znuny guru
- Posts: 5018
- Joined: 13 Mar 2011, 09:54
- Znuny Version: 6.0.x
- Real Name: Renée Bäcker
- Company: Perl-Services.de
- Contact:
Re: Dynamic Field length in AgentTicketQueue
That is hardcoded: https://github.com/OTRS/otrs/blob/rel-5 ... l.pm#L1598
Perl / Znuny development: http://perl-services.de
Free Znuny add ons from the community: http://opar.perl-services.de
Commercial add ons: http://feature-addons.de
Free Znuny add ons from the community: http://opar.perl-services.de
Commercial add ons: http://feature-addons.de
-
- Znuny newbie
- Posts: 3
- Joined: 23 Jun 2016, 11:11
- Znuny Version: 4.0.16
- Real Name: Nicolas
- Company: Conaba
Re: Dynamic Field length in AgentTicketQueue
Thank you for your help 
