List,
We were able to
workaround this issue by altering the file CustomerTicketZoom.dtl.
On block “<!--
dtl:block:FollowUp -->” we changed this following line…
<input
type="text" name="Subject"
value="$QData{"Subject"}" size="70"/>
… by this …
<input
type="hidden" name="Subject"
value="$QData{"Title"}" size="70"/>
Hope this can help
someone sometime!
From: Maurício Ramos
Sent: quinta-feira, 26 de fevereiro de 2009 10:08
To: 'otrs@otrs.org'
Subject: hiding subject field
Hello list,
We are configuring OTRS 2.3.4 and in the
customer´s page, when clicked one of the user´s tickets, another view shows the
details and messages exchanged regarding that ticket. On the bottom of the
page, there are 2 fields, one for the subject and another for entering a
text. What we want to do is to hide or disable the subject field in order
to avoid changing of the subject after the ticket creation. Searched on the
net, manuals and SYSCONFIG but could not find something on this yet. Is it
possible? How it can be done? Thanks you all in advance. Mauricio.
|
|
|
|