solves my problem.eandrex wrote:Code: Select all
my $ConfigOption = $Kernel::OM->Get('Kernel::Config')->Get(Ticket::EventModulePost')->{'TestNotify'}->{'Channel'};
Search found 3 matches
- 07 Oct 2015, 16:23
- Forum: General
- Topic: Access config option from custom module [SOLVED]
- Replies: 2
- Views: 1749
Re: Access config option from custom module
Thank you,
- 06 Oct 2015, 17:06
- Forum: General
- Topic: Access config option from custom module [SOLVED]
- Replies: 2
- Views: 1749
Access config option from custom module [SOLVED]
I'm writing some custom notification module. I've created xml to add some parameters to SysConfig and created custom module in Kernel/System/Ticket/Event. So far everything works fine, but I'd like to set some variables directly from sysconfig. In documentation I've found function: my $ConfigOption ...
- 02 Oct 2015, 18:40
- Forum: General
- Topic: change module loaded after creating new agent
- Replies: 1
- Views: 1594
change module loaded after creating new agent
Company asked me to create an agent, that can only manage other agents. I've created new group "user_manager", set permissions for this group in admin module registration (access to managing users and adding roles to users), created new agent "x" and added him to group. So now ag...