Add FreeTextField to AgentTicketBulk.dtl

Moderator: crythias

Locked
SLESSARD
Znuny advanced
Posts: 119
Joined: 12 Jan 2011, 22:35
Znuny Version: 4.x.x.x.x
Company: Self-Employed

Add FreeTextField to AgentTicketBulk.dtl

Post by SLESSARD »

Hi I have been trying to add FreeTextField to the AgentTicketBulk.dtl page because those do not appear by default and are not available in sysconfig for that page. So far I have simply added the following lines to the dtl page without any luck

<!-- dtl:block:TicketFreeText1 -->
<tr>
<td colspan="2" class="contentkey">$Data{"TicketFreeKeyField1"}:</td>
<td class="contentvalue">$Data{"TicketFreeTextField1"}</td>
</tr>
<!-- dtl:block:TicketFreeText1 -->


... anything I need to add to the pm file also or even better is there any way to control the FreeTextField via sysconfig for the Frontend::Agent::Ticket::ViewBulk page ??
OTRS 4.0.11
Ubuntu 15.04
MySQL Database, PHP5, Apache (LAMP server bundle)
Locked