SysConfig Part for Article Submenu???

Moderator: crythias

Locked
rkuconform
Znuny newbie
Posts: 7
Joined: 21 Aug 2012, 14:08
Znuny Version: 3.0.11
Real Name: Robert Kühnlenz
Company: conform IT-Systemhaus GmbH

SysConfig Part for Article Submenu???

Post by rkuconform »

hi,

We have configured a article free text field (ArticleFreeText1) in OTRS 3.0.22. The field is designed as a drop-down menu.
I would like to let all OTRS masks called from the menu having the correct option is already selected.
I would like to implement a parameter in the URL.
This works for all points in the main menu of a ticket wonderful by configuring the following sysconfig "Ticket -> Frontend::Agent::Ticket::MenuModule" with customizing the Option for 'Link'.
For example for Notes:
Action=AgentTicketNote;TicketID=$QData{"TicketID"};ArticleFreeText1=ValueABC

!BUT!

Where can I find the same options for the menu items that are not above the tickets, but on each
article item?
So explicitly the options 'Forward', 'split', 'answer'

(Accessed here are the modules AgentTicketForward, AgentTicketCompose, AgentTicketPhone, but all work properly, )

Please help me.

System information:
OTRS 3.0.22
ITSM 3.0.5


P.S.: Sorry for my bad english my native language is german.
You do not have the required permissions to view the files attached to this post.
rkuconform
Znuny newbie
Posts: 7
Joined: 21 Aug 2012, 14:08
Znuny Version: 3.0.11
Real Name: Robert Kühnlenz
Company: conform IT-Systemhaus GmbH

Re: SysConfig Part for Article Submenu???

Post by rkuconform »

Nobody? :(
crythias
Moderator
Posts: 10170
Joined: 04 May 2010, 18:38
Znuny Version: 5.0.x
Location: SouthWest Florida, USA
Contact:

Re: SysConfig Part for Article Submenu???

Post by crythias »

Even if this was in German, which I do not speak, but probably could translate, I still don't know what you want to accomplish. Can you reword the question into one sentence?

If possible, also show what you want to happen, what you've tried to do, what happens when you try to do that, and why it doesn't do what you want to do?
OTRS 6.0.x (private/testing/public) on Linux with MySQL database.
Please edit your signature to include your OTRS version, Operating System, and database type.
Click Subscribe Topic below to get notifications. Consider amending your topic title to include [SOLVED] if it is so.
Need help? Before you ask
reneeb
Znuny guru
Posts: 5018
Joined: 13 Mar 2011, 09:54
Znuny Version: 6.0.x
Real Name: Renée Bäcker
Company: Perl-Services.de
Contact:

Re: SysConfig Part for Article Submenu???

Post by reneeb »

A few menu items are hardcoded in the Perl module (Kernel/Modules/AgentTicketZoom.pm). You have to change the link there...
Perl / Znuny development: http://perl-services.de
Free Znuny add ons from the community: http://opar.perl-services.de
Commercial add ons: http://feature-addons.de
nd0
Znuny expert
Posts: 232
Joined: 24 Mar 2015, 16:53
Znuny Version: 5.0.14
Location: Colonia

Re: SysConfig Part for Article Submenu???

Post by nd0 »

... and if I want to add a new link/action? Has it to be done there, too?

Where is "there"? :lol: I'm not able to find the code
LIVE: OTRS 5.0.14 || Debian || MySQL/LDAP
TEST: OTRS 5.0.14 || Debian || MySQL/LDAP
Locked