Go to SysConfig and export the configuration, find at the code :
And replace it with this code$Self->xxx {
'Action' => 'AgentTicketFreeText',
};
Code: Select all
$Self->{'Ticket::Frontend::MenuModule'}->{'310-FreeText'} = {
'Action' => 'AgentTicketFreeText',
'Description' => 'Change the free fields for this ticket',
'Link' => 'Action=AgentTicketFreeText;TicketID=$QData{"TicketID"}',
'Module' => 'Kernel::Output::HTML::TicketMenuGeneric',
'Name' => 'Free Fields',
'PopupType' => 'TicketAction',
'Target' => ''
};