(SOLVED) Ticket subject doesn't update in status view

Moderator: crythias

Locked
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) Ticket subject doesn't update in status view

Post by morecw »

Hi all,

after a ticket has been created, if an agent updates the subject field it doesn't change it in the status view. We're still using 3.1.6. Is there since a fix for this, or must I update to the current version? I'd prefer not to update right now if possible.
sshot-1.png
sshot-2.png
Thanks in advance
You do not have the required permissions to view the files attached to this post.
Last edited by morecw on 01 Nov 2012, 12:27, edited 1 time in total.
OTRS 3.1.6, Windows 2008 with MySQL database
Firefox 14, Chrome 22
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: Ticket subject doesn't update in status view

Post by morecw »

Anyone got any thoughts on this??
OTRS 3.1.6, Windows 2008 with MySQL database
Firefox 14, Chrome 22
jojo
Znuny guru
Posts: 15020
Joined: 26 Jan 2007, 14:50
Znuny Version: Git Master
Contact:

Re: Ticket subject doesn't update in status view

Post by jojo »

set Ticket::Frontend::OverviewSmall###ColumnHeader to TicketTitle
"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
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: Ticket subject doesn't update in status view

Post by morecw »

That's great! Although it has reset all my custom column widths!!
OTRS 3.1.6, Windows 2008 with MySQL database
Firefox 14, Chrome 22
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: Ticket subject doesn't update in status view

Post by morecw »

..actually to be specific, not necessarily the column widths but the character limit of the subject field is back to only 30chars.
OTRS 3.1.6, Windows 2008 with MySQL database
Firefox 14, Chrome 22
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: Ticket subject doesn't update in status view

Post by morecw »

ok so the setting is of course under..

\OTRS\Kernel\Output\HTML\Standard\AgentTicketOverviewSmall.dtl

<!-- dtl:block:RecordTicketTitle -->
<div title="$QData{"Title"}">$QData{"Title","30"}</div>

Have now made this setting larger.

Thanks again for your help!
OTRS 3.1.6, Windows 2008 with MySQL database
Firefox 14, Chrome 22
Locked