I want the user to see if there is anything helpful in the FAQ before they submit a new ticket. My idea was to copy de CustomerFAQSearch and modify it so it would only have one search field. I follow all the documentation and did all this files :
CustomerIntermedio/Kernel/Config/Files/CustomerIntermedio.xml
Code: Select all
<?xml version="1.0" encoding="iso-8859-1" ?>
<otrs_config version="1.0" init="Application">
<ConfigItem Name="Ticket::CustomerIntermedio" Required="1" Valid="1">
<Description Translatable="1">Muestra formulario de busqueda en faq</Description>
<Group>Ticket</Group>
<SubGroup>Core::Ticket</SubGroup>
<Setting>
<String Regex=""></String>
<Group>users</Group>
</Setting>
</ConfigItem>
</otrs_config>
- CustomerIntermedio/Kernel/Modules/CustomerIntermedio.pm
CustomerIntermedio/Kernel/System/CustomerIntermedio.pm
CustomerIntermedio/Kernel/Output/HTML/Standard/CustomerIntermedio.dtl
I changed this Kernel/Config/Files/ZZZAAuto.pm so the Action is now CustomerIntermedio instad of CustomerTicketMessage:
I try to change the CustomerIntermedio/Kernel/Output/HTML/Standard/CustomerIntermedio.dtl so I would have fewer fields but It doesn't take the changes I make, is there another file that I have to change?
Thanks in advance, I'm a OTRS newbie