Hello,
I'm looking for how to show all the freekeys and freetext I want (to modify them for exemple) in the page ./index.pl?Action=AgentTicketFreeText;TicketID=#number (OTRS 3.0.5)
Now, I can modify some FreeText only in mysql database... Not really userfriendly...
Does someone may help me, please ?
Tks.
Wallace
FREE KEY/TEXT : show more...
Moderator: crythias
-
- Znuny newbie
- Posts: 4
- Joined: 15 Apr 2011, 14:17
- Znuny Version: 3.0.5
- Real Name: Pierre-Antoine
-
- Moderator
- Posts: 644
- Joined: 19 Jun 2007, 17:11
- Znuny Version: various
- Real Name: Daniel Obée
- Location: Berlin
Re: FREE KEY/TEXT : show more...
Check sysconfig for Frontend::Agent::Ticket::ViewFreeText and modify Ticket::Frontend::AgentTicketFreeText###TicketFreeText:
Greets
Daniel
Greets
Daniel
-
- Znuny newbie
- Posts: 4
- Joined: 15 Apr 2011, 14:17
- Znuny Version: 3.0.5
- Real Name: Pierre-Antoine
Re: FREE KEY/TEXT : show more...
Thank's Daniel,
you're right : I found in this file : ./Kernel/Config/Files/Ticket.xml
then I have to modify <Item Key="5">0</Item> like this : <Item Key="5">1</Item>
Greets
wallace
you're right : I found in this file : ./Kernel/Config/Files/Ticket.xml
then I have to modify <Item Key="5">0</Item> like this : <Item Key="5">1</Item>
Greets
wallace
-
- Moderator
- Posts: 644
- Joined: 19 Jun 2007, 17:11
- Znuny Version: various
- Real Name: Daniel Obée
- Location: Berlin
Re: FREE KEY/TEXT : show more...
Use the sysconfig in the admin menu and you're fine. No need to fiddle around in the server.