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.
Thanks in advance
(SOLVED) Ticket subject doesn't update in status view
Moderator: crythias
-
- 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
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
Firefox 14, Chrome 22
-
- 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
Anyone got any thoughts on this??
OTRS 3.1.6, Windows 2008 with MySQL database
Firefox 14, Chrome 22
Firefox 14, Chrome 22
Re: Ticket subject doesn't update in status view
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
"Testing": ((OTRS Community Edition)) and git Master
Never change Defaults.pm! :: Blog
Professional Services:: http://www.otrs.com :: enjoy@otrs.com
-
- 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
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
Firefox 14, Chrome 22
-
- 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
..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
Firefox 14, Chrome 22
-
- 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
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\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
Firefox 14, Chrome 22